Update nginx image to 0.62

This commit is contained in:
Manuel de Brito Fontes 2018-09-11 22:51:59 -03:00
parent 167ed7f296
commit 51a954df76
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.61
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.62
ifeq ($(ARCH),arm)
QEMUARCH=arm