From cbf3b7123c178ea907cf312c2f7dbe6ec8baf0b8 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Mon, 22 Apr 2024 13:59:13 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20QEMU=20version=20in=20tonistiigi/binfmt?= =?UTF-8?q?=20from=207.0.0=20=E2=86=92=208.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Dubois --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c5905f..2121377 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ARCH_ALIAS_aarch64 = arm64 ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))") NERDCTL_VERSION=1.1.0 -QEMU_VERSION=v7.0.0 +QEMU_VERSION=v8.1.5 CRI_DOCKERD_VERSION=0.2.3 CRI_DOCKERD_ORG=Mirantis BINFMT_IMAGE=tonistiigi/binfmt:qemu-$(QEMU_VERSION)