Update nginx image (#3354)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-11-03 20:35:02 -03:00 committed by GitHub
parent 1978bed594
commit 2e858f36ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,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.66
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.67
ifeq ($(ARCH),arm)
QEMUARCH=arm