diff --git a/Dockerfile b/Dockerfile index 38f010b..eec35a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/git:2.45.1 +FROM alpine/git:2.45.2 LABEL "com.github.actions.name"="Git Push Mirror" LABEL "com.github.actions.description"="Push your checkout to a git mirror (git push --mirror)"