From e95099d1f4174716411acf3812b213393e023e8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 16:30:52 +0000 Subject: [PATCH] podman: Update to version 4.1.0 --- bucket/podman.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/podman.json b/bucket/podman.json index 082286d6e2..044f3e9ffd 100644 --- a/bucket/podman.json +++ b/bucket/podman.json @@ -1,13 +1,13 @@ { - "version": "4.0.3", + "version": "4.1.0", "description": "A tool for managing OCI containers and pods.", "homepage": "https://podman.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/containers/podman/releases/download/v4.0.3/podman-remote-release-windows_amd64.zip", - "hash": "245b742e01d63a83390414b1cc2fc8835ca9edd67b8df88c66465c8bdc553372", - "extract_dir": "podman-4.0.3" + "url": "https://github.com/containers/podman/releases/download/v4.1.0/podman-remote-release-windows_amd64.zip", + "hash": "72a55aea3c9a6e0e86be3cecaa36e15324e7bd669272a0f1c3ac6cf7af35c932", + "extract_dir": "podman-4.1.0" } }, "bin": "usr\\bin\\podman.exe",