Update git

This commit is contained in:
Gabriel Augendre 2022-10-31 09:06:48 +01:00
parent 7407ddd1ad
commit 6bea80bd19

View file

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