Update qemu to 2.12.0 [ci skip] (#2558)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-05-23 19:47:17 -04:00 committed by GitHub
parent 3bc36235ae
commit 0564c17d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)