Skip to content

Commit

Permalink
Update nginx image (#2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Feb 1, 2018
1 parent aa59c53 commit 2ee49d3
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 @@ -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.32
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.33

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

0 comments on commit 2ee49d3

Please sign in to comment.