diff --git a/Dockerfile b/Dockerfile index d8ca1ce..66d529b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################## # write git info ############################################## -FROM alpine/git:2.43.0 AS git +FROM alpine/git:2.43.4 AS git WORKDIR /app COPY .git /app/.git/