diff --git a/Earthfile b/Earthfile index 3e60efb..162f385 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:3b7890cb947afd3f71adab55aa6b549ad0f8ddc4b9ed28b027563d73d49d8e11 + FROM alpine/git:v2.52.0@sha256:f1c2b32c4de330955342b3b073ccbdaf772030bd48619f2809231e88578911ba 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/"