From 34352215e292af2cd03f55b16a81bc4f5b19d439 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:28:40 +0000 Subject: [PATCH] chore(deps): update alpine/git docker tag to v2.54.0 --- .dagger/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dagger/constants.go b/.dagger/constants.go index 1d5766d..d4dc59f 100644 --- a/.dagger/constants.go +++ b/.dagger/constants.go @@ -18,7 +18,7 @@ const ( // GolangciLintImage is the GolangCI-Lint image used by default GolangciLintImage = "golangci/golangci-lint:v2.12.2-alpine" // GitImage is the image used for Git operations in Dagger - GitImage = "alpine/git:2.52.0" + GitImage = "alpine/git:v2.54.0" ) const (