Update nginx image (#3625)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-01-04 15:59:58 -03:00 committed by GitHub
parent 2c3ce07135
commit da5b75ebaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 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.73
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.74
ifeq ($(ARCH),arm64)
QEMUARCH=aarch64