From 42b4fb9aa66e64b5b92157faf1e18daa4824c5fe Mon Sep 17 00:00:00 2001 From: liudali Date: Mon, 13 May 2019 17:29:45 +0800 Subject: [PATCH] update QEMUVERSION version --- guestbook/php-redis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook/php-redis/Makefile b/guestbook/php-redis/Makefile index f7942a65..e24cc6fb 100644 --- a/guestbook/php-redis/Makefile +++ b/guestbook/php-redis/Makefile @@ -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)