From c9e5d72973abbd3317ca843ab184d80821f5e099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:35:04 +0000 Subject: [PATCH] dagger: Update to version 0.12.1 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index 825c8f9f87..3c92c16acc 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.12.0", + "version": "0.12.1", "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.0/dagger_v0.12.0_windows_amd64.zip", - "hash": "bd74138d66ddd5579c767d9192d26e9bbe29651ee55e5db458b5f065f69c6615" + "url": "https://github.com/dagger/dagger/releases/download/v0.12.1/dagger_v0.12.1_windows_amd64.zip", + "hash": "50dfc3f25dac462d598a313f95f809aae8ed9ecfc9e31b51937d9c3c845ba6dd" } }, "bin": "dagger.exe",