We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4eed9e commit 3e7120aCopy full SHA for 3e7120a
1 file changed
Earthfile
@@ -67,7 +67,7 @@ test-run:
67
RUN grep 'Found tool in cache' output2
68
69
merge-release-to-major-branch:
70
- FROM alpine/git:v2.52.0@sha256:e6c6c4fd5fdb742d681fcdc6018cad699ca0a75909f7fe788e626b542a9c0438
+ FROM alpine/git:v2.52.0@sha256:49ba4b12ebea1d120da797a13e2cb480d74aae4c29c8d67f1646980b96060e92
71
RUN git config --global user.name "littleredcorvette" && \
72
git config --global user.email "[email protected]" && \
73
git config --global url."[email protected]:".insteadOf "https://github.com/"
0 commit comments