Bump alpine/git from v2.26.2 to v2.36.3

Bumps alpine/git from v2.26.2 to v2.36.3.

---
updated-dependencies:
- dependency-name: alpine/git
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-31 08:03:21 +00:00 committed by GitHub
parent 7407ddd1ad
commit 4ffca32e34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ RUN python manage.py collectstatic --noinput --clear
##############################################
# write git info
##############################################
FROM alpine/git:v2.26.2 AS git
FROM alpine/git:v2.36.3 AS git
WORKDIR /app
COPY .git /app/.git/