diff --git a/Makefile b/Makefile index e148c76..5885316 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ ARCH_ALIAS_aarch64 = arm64 ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))") NERDCTL_VERSION=0.22.0 -QEMU_VERSION=v6.1.0 -CRI_DOCKERD_VERSION=0.2.2 +QEMU_VERSION=v6.2.0 +CRI_DOCKERD_VERSION=0.2.3 CRI_DOCKERD_ORG=Mirantis BINFMT_IMAGE=tonistiigi/binfmt:qemu-$(QEMU_VERSION)