Merge pull request #149 from Crocmagnon/dependabot/docker/alpine/git-2.45.2

Bump alpine/git from 2.45.1 to 2.45.2
This commit is contained in:
Gabriel Augendre 2024-06-10 20:37:04 +02:00 committed by GitHub
commit 95bf895364
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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