update QEMUVERSION version

This commit is contained in:
liudali 2019-05-13 17:29:45 +08:00
parent 63a09b6e91
commit 42b4fb9aa6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ REGISTRY = gcr.io/google-samples
ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le s390x
QEMUVERSION=v2.7.0
QEMUVERSION=v2.9.1
IMAGE = $(REGISTRY)/gb-frontend
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)