Merge pull request #39 from Crocmagnon/dependabot/docker/alpine/git-2.40.1

Bump alpine/git from v2.36.3 to 2.40.1
This commit is contained in:
Gabriel Augendre 2023-06-27 19:28:01 +02:00 committed by GitHub
commit 8b33198e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
############################################## ##############################################
# write git info # write git info
############################################## ##############################################
FROM alpine/git:v2.36.3 AS git FROM alpine/git:2.40.1 AS git
WORKDIR /app WORKDIR /app
COPY .git /app/.git/ COPY .git /app/.git/