diff --git a/Makefile b/Makefile index 500c066..8a50222 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=1.7.3 +NERDCTL_VERSION=1.7.4 QEMU_VERSION=v7.0.0 CRI_DOCKERD_VERSION=0.2.6 CRI_DOCKERD_ORG=Mirantis