From 4ee1708a3681f5844ab2bfba8c9d926505791b73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:30:02 +0000 Subject: [PATCH] nerdctl: Update to version 2.0.3 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index f9fc0acbc7..ac63f83351 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "2.0.2", + "version": "2.0.3", "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.2/nerdctl-2.0.2-windows-amd64.tar.gz", - "hash": "e8273570f4ca3590bf97ca1365111ca62bd94ddd26133a8c85c36d0278d48fdf" + "url": "https://github.com/containerd/nerdctl/releases/download/v2.0.3/nerdctl-2.0.3-windows-amd64.tar.gz", + "hash": "c1b98fda05d00356a51923e5af427ddeb148c3540a711beb7a6a884a5f9fe75b" } }, "bin": "nerdctl.exe",