From 249f003cb03e283c85c8bbd608f2a6a9a5fb1506 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:25:24 +0000 Subject: [PATCH] dagger: Update to version 0.12.3 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index 56e322a5a7..f6d63d3832 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.12.2", + "version": "0.12.3", "description": "A portable devkit for CI/CD pipelines", "homepage": "https://dagger.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/dagger/dagger/releases/download/v0.12.2/dagger_v0.12.2_windows_amd64.zip", - "hash": "a03d2755def972563483b87bfbe5e6229dbb31a19605dd9308ec90361ffd3b17" + "url": "https://github.com/dagger/dagger/releases/download/v0.12.3/dagger_v0.12.3_windows_amd64.zip", + "hash": "e1b79deb93dbe6d01550fbda8cedc195cfa4e872a20d5062895aff5fd14075c0" } }, "bin": "dagger.exe",