mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
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:
commit
8b33198e78
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
##############################################
|
||||
# write git info
|
||||
##############################################
|
||||
FROM alpine/git:v2.36.3 AS git
|
||||
FROM alpine/git:2.40.1 AS git
|
||||
|
||||
WORKDIR /app
|
||||
COPY .git /app/.git/
|
||||
|
|
Loading…
Reference in a new issue