From 8f9a24d505e8f94fa7eb4ca2f2132072fd1737b5 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 17 May 2022 22:39:38 +0900 Subject: [PATCH] =?UTF-8?q?Update=20nerdctl=200.19.0=20=E2=86=92=200.20.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Akihiro Suda --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 651bd64..47bc8ff 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ARCH_ALIAS_x86_64 = amd64 ARCH_ALIAS_aarch64 = arm64 ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))") -NERDCTL_VERSION=0.19.0 +NERDCTL_VERSION=0.20.0 QEMU_VERSION=v6.1.0 CRI_DOCKERD_VERSION=0.2.0-1 BINFMT_IMAGE=tonistiigi/binfmt:qemu-$(QEMU_VERSION)