Skip to content

Commit 64de8a9

Browse files
committed
update nerdctl to v0.8.3
https://github.com/containerd/nerdctl/releases/tag/v0.8.3 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8eb03a4 commit 64de8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cidata/user-data.TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ write_files:
9696
chown -R "{{.User}}" "/home/{{.User}}.linux/.config"
9797
fi
9898
if [ ! -x /usr/local/bin/nerdctl ]; then
99-
version="0.8.2"
99+
version="0.8.3"
100100
goarch="amd64"
101101
if [ "$(uname -m )" = "aarch64 "]; then
102102
goarch="arm64"

0 commit comments

Comments
 (0)