Skip to content

Commit

Permalink
Merge pull request #63 from AkihiroSuda/nerdctl-0.20.0
Browse files Browse the repository at this point in the history
Update nerdctl 0.19.0 → 0.20.0
  • Loading branch information
jandubois committed May 17, 2022
2 parents 43e9561 + 8f9a24d commit 0ace2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARCH_ALIAS_x86_64 = amd64
ARCH_ALIAS_aarch64 = arm64
ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))")

NERDCTL_VERSION=0.19.0
NERDCTL_VERSION=0.20.0
QEMU_VERSION=v6.1.0
CRI_DOCKERD_VERSION=0.2.0-1
BINFMT_IMAGE=tonistiigi/binfmt:qemu-$(QEMU_VERSION)
Expand Down

0 comments on commit 0ace2e8

Please sign in to comment.