From 30eb9f47fa9488e4d71ab01cc8598eb4d6200715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 07:52:28 +0000 Subject: [PATCH] chore(deps): update alpine/git:v2.52.0 docker digest to e6c6c4f --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 7ff6f89..1cc0775 100644 --- a/Earthfile +++ b/Earthfile @@ -67,7 +67,7 @@ test-run: RUN grep 'Found tool in cache' output2 merge-release-to-major-branch: - FROM alpine/git:v2.52.0@sha256:d46d88ab234733c6b6a9771acd6d1384172fd0e2224e0232bdae32ec671aa099 + FROM alpine/git:v2.52.0@sha256:e6c6c4fd5fdb742d681fcdc6018cad699ca0a75909f7fe788e626b542a9c0438 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/"