Skip to content

Commit a8c703b

Browse files
authored
Merge pull request #2044 from AkihiroSuda/dev
nerdctl: update to v1.7.1
2 parents 00453cf + f7526e2 commit a8c703b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/limayaml/defaults.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ const (
3838
)
3939

4040
func defaultContainerdArchives() []File {
41-
const nerdctlVersion = "1.6.2"
41+
const nerdctlVersion = "1.7.1"
4242
location := func(goos string, goarch string) string {
4343
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
4444
}
4545
return []File{
4646
{
4747
Location: location("linux", "amd64"),
4848
Arch: X8664,
49-
Digest: "sha256:37678f27ad341a7c568c5064f62bcbe90cddec56e65f5d684edf8ca955c3e6a4",
49+
Digest: "sha256:7c174a9ccc4dffdef08fe43eeb99e62ed00d7a4fd0b3a2fe60b3bfdd044c9135",
5050
},
5151
{
5252
Location: location("linux", "arm64"),
5353
Arch: AARCH64,
54-
Digest: "sha256:ea30ab544c057e3a0457194ecd273ffbce58067de534bdfaffe4edf3a4da6357",
54+
Digest: "sha256:41127a03c407465d6ba419d63dece475a65d5a0c59c46113eb30f99e9db35407",
5555
},
5656
// No arm-v7
5757
// No riscv64

0 commit comments

Comments
 (0)