From 3880afc92525d88b1412750a3ce57191b8cfa0df Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 2 Aug 2022 00:12:59 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20nerdctl=200.22.0=20=E2=86=92=200.22.1?= 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 5885316..5d2bff8 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.22.0 +NERDCTL_VERSION=0.22.1 QEMU_VERSION=v6.2.0 CRI_DOCKERD_VERSION=0.2.3 CRI_DOCKERD_ORG=Mirantis