Update nginx version
This commit is contained in:
parent
b946b68ee5
commit
396d2b6781
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -44,7 +44,7 @@ DUMB_ARCH = ${ARCH}
|
|||
|
||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
|
||||
|
||||
QEMUVERSION=v2.9.1-1
|
||||
QEMUVERSION=v2.12.0
|
||||
|
||||
BUSTED_ARGS=-v --pattern=_test
|
||||
|
||||
|
@ -53,7 +53,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.46
|
||||
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.48
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
QEMUARCH=arm
|
||||
|
|
Loading…
Reference in a new issue