From 8d6d520b99d05c73a0830fa166cc20143356b641 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 16:26:49 +0000 Subject: [PATCH] nerdctl: Update to version 1.4.0 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index 5c988a8efc..4313d0466a 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "1.3.1", + "version": "1.4.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.3.1/nerdctl-1.3.1-windows-amd64.tar.gz", - "hash": "5c9fed3076d44b16ca492e86d1920e2698764d01cda3a5d23c3f7504c7cf7847" + "url": "https://github.com/containerd/nerdctl/releases/download/v1.4.0/nerdctl-1.4.0-windows-amd64.tar.gz", + "hash": "68280dbff3c5202b988e20ab6da1767da9c9f8180930dc6509c7f82231be7e45" } }, "bin": "nerdctl.exe",