Skip to content

Commit

Permalink
Update nginx image to 0.54 (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jul 6, 2018
1 parent 5827c98 commit 2b27693
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.53
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.54

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

0 comments on commit 2b27693

Please sign in to comment.