Update nginx image to 0.32 (#1918)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-01-17 20:06:55 -02:00 committed by Manuel de Brito Fontes
parent 27e4ae1b3c
commit 23f2913173
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

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