From 2f202e565617957caf2bcfdd2e8404a8ac750e8e Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 2 Jan 2018 14:48:30 -0300 Subject: [PATCH] Update nginx image to 0.31 (#1871) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f4246bc7..82c847e65 100644 --- a/Makefile +++ b/Makefile @@ -43,14 +43,14 @@ DUMB_ARCH = ${ARCH} ALL_ARCH = amd64 arm arm64 ppc64le s390x -QEMUVERSION=v2.9.1 +QEMUVERSION=v2.9.1-1 IMGNAME = nginx-ingress-controller 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.30 +BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.31 ifeq ($(ARCH),arm) QEMUARCH=arm