From 7bf64c8f2627f3ad13f57719c9cf522dbe579e02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:29:55 +0000 Subject: [PATCH] nerdctl: Update to version 2.0.0 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index 2c8b89ecc7..fdb7622a20 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "1.7.7", + "version": "2.0.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.7.7/nerdctl-1.7.7-windows-amd64.tar.gz", - "hash": "b2e6107b629f0b3e0e5991e062be05159bab57ba508c2f125241b34e8d7081c0" + "url": "https://github.com/containerd/nerdctl/releases/download/v2.0.0/nerdctl-2.0.0-windows-amd64.tar.gz", + "hash": "4ddadbced2967bbadef64de82e445374958a8153e82529c7bb20592fbaafe8c0" } }, "bin": "nerdctl.exe",