From 51573a0f6a9dc44922f4ce4652062578f5e81b80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 08:26:42 +0000 Subject: [PATCH] nerdctl: Update to version 1.3.1 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index b83a8590fb..5c988a8efc 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "1.3.0", + "version": "1.3.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.3.0/nerdctl-1.3.0-windows-amd64.tar.gz", - "hash": "836825e8ed5f84e7a3ccae0ad14318bc96e3731ed26312ad01269b22106378fe" + "url": "https://github.com/containerd/nerdctl/releases/download/v1.3.1/nerdctl-1.3.1-windows-amd64.tar.gz", + "hash": "5c9fed3076d44b16ca492e86d1920e2698764d01cda3a5d23c3f7504c7cf7847" } }, "bin": "nerdctl.exe",