From a1ab5cda0c44eadc15403d9947f26f35eb90f8b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:29:52 +0000 Subject: [PATCH] nerdctl: Update to version 2.0.1 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index fdb7622a20..03f25de641 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "2.0.0", + "version": "2.0.1", "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/v2.0.0/nerdctl-2.0.0-windows-amd64.tar.gz", - "hash": "4ddadbced2967bbadef64de82e445374958a8153e82529c7bb20592fbaafe8c0" + "url": "https://github.com/containerd/nerdctl/releases/download/v2.0.1/nerdctl-2.0.1-windows-amd64.tar.gz", + "hash": "5a3e30311424f1dbca6685f7d80b9a205bd52bb85205269739347b45c6f8ff03" } }, "bin": "nerdctl.exe",