diff --git a/Dockerfile b/Dockerfile index 9a559dd..b466fe5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/git:2.40.1 +FROM alpine/git:2.43.0 LABEL "com.github.actions.name"="Git Push Mirror" LABEL "com.github.actions.description"="Push your checkout to a git mirror (git push --mirror)"