From 0564c17d74139f00c391fdf6d4e85c1daa709de7 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 23 May 2018 19:47:17 -0400 Subject: [PATCH] Update qemu to 2.12.0 [ci skip] (#2558) --- images/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)