From b42a4c334445f70a5a914afb07729207174e3cac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 08:29:24 +0000 Subject: [PATCH] nerdctl: Update to version 1.2.1 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index bba953a1d5..2250d99a96 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "1.2.0", + "version": "1.2.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/v1.2.0/nerdctl-1.2.0-windows-amd64.tar.gz", - "hash": "63d56de6629583602b8d8bcff4ffdf3245990d823fbc028d7ab79551cd180472" + "url": "https://github.com/containerd/nerdctl/releases/download/v1.2.1/nerdctl-1.2.1-windows-amd64.tar.gz", + "hash": "e39977149cc3c4215eb5e1f66415ce5d61b86181970dc873167944e33023b452" } }, "bin": "nerdctl.exe",