Merge pull request #97 from Crocmagnon/dependabot/docker/alpine/git-2.43.0

Bump alpine/git from 2.40.1 to 2.43.0
This commit is contained in:
Gabriel Augendre 2024-01-20 09:34:45 +01:00 committed by GitHub
commit 3e27ecb966
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.40.1 AS git
FROM alpine/git:2.43.0 AS git
WORKDIR /app
COPY .git /app/.git/