Skip to content

Commit

Permalink
Merge pull request #3602 from aledbf/update-image
Browse files Browse the repository at this point in the history
Update nginx image
  • Loading branch information
k8s-ci-robot authored Jan 2, 2019
2 parents 6d8ffd9 + 9a02768 commit fea48a3
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 @@ -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.72
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.73

ifeq ($(ARCH),arm64)
QEMUARCH=aarch64
Expand Down

0 comments on commit fea48a3

Please sign in to comment.