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