From bfab51c8bb0dad22bc1c187d8a565be007c248ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 00:37:16 +0000 Subject: [PATCH] dagger: Update to version 0.17.0 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index 7ea762296e..323a0fd342 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.16.3", + "version": "0.17.0", "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.16.3/dagger_v0.16.3_windows_amd64.zip", - "hash": "0458d69b8bfe18ec913636b6590da9ffdb4ec57dfe84c0f872b24bb43fff5336" + "url": "https://github.com/dagger/dagger/releases/download/v0.17.0/dagger_v0.17.0_windows_amd64.zip", + "hash": "e3605d4a0bcaca12fc7532242ce974213b3a77dfcd6229d755e32314c87942c4" } }, "bin": "dagger.exe",