From b815f0b2aa524133f6e10b4ab158343a2dd9e1ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 00:36:00 +0000 Subject: [PATCH] dagger: Update to version 0.16.0 --- bucket/dagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dagger.json b/bucket/dagger.json index 2f85359127..a53f106d1b 100644 --- a/bucket/dagger.json +++ b/bucket/dagger.json @@ -1,12 +1,12 @@ { - "version": "0.15.4", + "version": "0.16.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.15.4/dagger_v0.15.4_windows_amd64.zip", - "hash": "5ba88a1b788013318129ae042001feeaf481035770c5d1f3a42e7a67a559ce91" + "url": "https://github.com/dagger/dagger/releases/download/v0.16.0/dagger_v0.16.0_windows_amd64.zip", + "hash": "532a6448ceff147dadc43a77ba5a1cc9218270a53be7ea6464877eda226bf4b9" } }, "bin": "dagger.exe",