Update nginx image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-02-25 13:46:39 -03:00
parent 50ca26a89a
commit e0d1060606
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,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.78
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.79
ifeq ($(ARCH),arm64)
QEMUARCH=aarch64