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 GitHub
parent 0732e5d8c7
commit b446404f62

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