From f732d2801ba8d34a2b88a76dbed3c030c5a84e43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:30:45 +0000 Subject: [PATCH] nerdctl: Update to version 1.6.0 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index f6beb04576..481f6a8410 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "1.5.0", + "version": "1.6.0", "description": "Docker-compatible CLI for containerd", "homepage": "https://github.com/containerd/nerdctl", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/containerd/nerdctl/releases/download/v1.5.0/nerdctl-1.5.0-windows-amd64.tar.gz", - "hash": "3af07059e3e83524df8a39c189f50c2d7fdb669d53cb2842dcf6f41800d16b26" + "url": "https://github.com/containerd/nerdctl/releases/download/v1.6.0/nerdctl-1.6.0-windows-amd64.tar.gz", + "hash": "e5f96f9f8b23e9c782b4afae760187fc7f0603440be584087c73d76a9ed05242" } }, "bin": "nerdctl.exe",