Update nginx image (#2328)

* Update nginx image

* Update minikube start script
This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-04-10 19:52:58 -03:00 committed by GitHub
parent 22a2e9b426
commit 156bc7a177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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