Skip to content

Commit a873442

Browse files
committed
nerdctl: update to v0.9.0
https://github.com/containerd/nerdctl/releases/tag/v0.9.0 Signed-off-by: Akihiro Suda <[email protected]>
1 parent dc5b0e2 commit a873442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cidata/cidata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/sirupsen/logrus"
2121
)
2222

23-
const NerdctlVersion = "0.8.3"
23+
const NerdctlVersion = "0.9.0"
2424

2525
func GenerateISO9660(isoPath, name string, y *limayaml.LimaYAML) error {
2626
if err := limayaml.ValidateRaw(*y); err != nil {

0 commit comments

Comments
 (0)