From 3a664b450488a14762ff6d0792985317184f8b74 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sun, 17 Jul 2022 12:36:07 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20nerdctl=200.21.0=20=E2=86=92=200.22.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 5740536..e148c76 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.21.0 +NERDCTL_VERSION=0.22.0 QEMU_VERSION=v6.1.0 CRI_DOCKERD_VERSION=0.2.2 CRI_DOCKERD_ORG=Mirantis