Merge pull request #143 from Crocmagnon/dependabot/docker/alpine/git-2.45.1

Bump alpine/git from 2.43.4 to 2.45.1
This commit is contained in:
Gabriel Augendre 2024-05-27 20:09:32 +02:00 committed by GitHub
commit 29cea11358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
##############################################
# write git info
##############################################
FROM alpine/git:2.43.4 AS git
FROM alpine/git:2.45.1 AS git
WORKDIR /app
COPY .git /app/.git/