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/"