Skip to content

Commit

Permalink
Update nginx image to 0.32 (kubernetes#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 18, 2018
1 parent 27e4ae1 commit 23f2913
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.31
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.32

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

0 comments on commit 23f2913

Please sign in to comment.