From 2cd7d449b13a62af8b05e05cc240eac322f7ce52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 10:04:02 +0000 Subject: [PATCH] chore(deps): update alpine/git:v2.52.0 docker digest to 4a0e72d --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 291e897..67626c7 100644 --- a/Earthfile +++ b/Earthfile @@ -71,7 +71,7 @@ test-run: RUN grep 'Found tool in cache' output2 merge-release-to-major-branch: - FROM alpine/git:v2.52.0@sha256:8786a6a02273827d0aa039d174aacd5e017fcce9aba0af62596d991970cab01a + FROM alpine/git:v2.52.0@sha256:4a0e72d49596a1f5d3701aeedafdadc5c0da4062be4657c7bdc4017387f591cc RUN git config --global user.name "littleredcorvette" && \ git config --global user.email "littleredcorvette@users.noreply.github.com" && \ git config --global url."git@github.com:".insteadOf "https://github.com/"