Skip to content

Commit

Permalink
Merge pull request #2644 from aledbf/update-nginx
Browse files Browse the repository at this point in the history
Update nginx image version
  • Loading branch information
k8s-ci-robot authored Jun 14, 2018
2 parents 7192039 + 650ad47 commit 7de7cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.49
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.51

ifeq ($(ARCH),arm)
QEMUARCH=arm
Expand Down

0 comments on commit 7de7cca

Please sign in to comment.