Merge pull request #3785 from ElvinEfendi/bump-nginx-image

use latest base nginx image
This commit is contained in:
Kubernetes Prow Robot 2019-02-20 09:30:17 -08:00 committed by GitHub
commit e0071145f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.77
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.78
ifeq ($(ARCH),arm64)
QEMUARCH=aarch64