From bf0dbb300b58db51e6836dfc4683999db424ebb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:26:47 +0000 Subject: [PATCH] nerdctl: Update to version 1.6.2 --- bucket/nerdctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nerdctl.json b/bucket/nerdctl.json index b22cccdbae..48a31e5e7a 100644 --- a/bucket/nerdctl.json +++ b/bucket/nerdctl.json @@ -1,12 +1,12 @@ { - "version": "1.6.1", + "version": "1.6.2", "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.6.1/nerdctl-1.6.1-windows-amd64.tar.gz", - "hash": "2bd35ea78d9f5f5434a3a7f467d402ecdd0e9d8e87306430085f46964c00eed2" + "url": "https://github.com/containerd/nerdctl/releases/download/v1.6.2/nerdctl-1.6.2-windows-amd64.tar.gz", + "hash": "9492e9d0b3ab76585a008484a182c2630ef39992eb1b8df33e9c24663d829683" } }, "bin": "nerdctl.exe",