Update nginx image and Go to 1.12.4 (#4010)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-04-17 22:45:51 -04:00 committed by GitHub
parent 0953b3d22e
commit 7283a01b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -60,7 +60,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.84
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.85
ifeq ($(ARCH),arm64)
QEMUARCH=aarch64