diff --git a/images/nginx/Makefile b/images/nginx/Makefile index d08c9c6e2..6c0428c0e 100644 --- a/images/nginx/Makefile +++ b/images/nginx/Makefile @@ -13,7 +13,7 @@ # limitations under the License. # 0.0.0 shouldn't clobber any released builds -TAG ?= 0.47 +TAG ?= 0.48 REGISTRY ?= quay.io/kubernetes-ingress-controller ARCH ?= $(shell go env GOARCH) DOCKER ?= docker @@ -26,7 +26,7 @@ ifeq ($(GOHOSTOS),darwin) SED_I=sed -i '' endif -QEMUVERSION=v2.9.1-1 +QEMUVERSION=v2.12.0 IMGNAME = nginx IMAGE = $(REGISTRY)/$(IMGNAME)