mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 15:48:02 +01:00
Merge pull request #140 from Crocmagnon/dependabot/docker/alpine/git-2.43.4
Bump alpine/git from 2.43.0 to 2.43.4
This commit is contained in:
commit
b654520e0b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
##############################################
|
||||
# write git info
|
||||
##############################################
|
||||
FROM alpine/git:2.43.0 AS git
|
||||
FROM alpine/git:2.43.4 AS git
|
||||
|
||||
WORKDIR /app
|
||||
COPY .git /app/.git/
|
||||
|
|
Loading…
Reference in a new issue