Skip to content

Commit 23c80f4

Browse files
authored
Merge pull request #96 from rancher-sandbox/nerdctl-1.1.0
Update nerdctl to 1.1.0 and binfmt handler to qemu-7.0.0
2 parents 1fbb2c2 + 782a5ba commit 23c80f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ARCH_ALIAS_x86_64 = amd64
2121
ARCH_ALIAS_aarch64 = arm64
2222
ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))")
2323

24-
NERDCTL_VERSION=1.0.0
25-
QEMU_VERSION=v6.2.0
24+
NERDCTL_VERSION=1.1.0
25+
QEMU_VERSION=v7.0.0
2626
CRI_DOCKERD_VERSION=0.2.3
2727
CRI_DOCKERD_ORG=Mirantis
2828
BINFMT_IMAGE=tonistiigi/binfmt:qemu-$(QEMU_VERSION)

0 commit comments

Comments
 (0)