Compare commits

..

No commits in common. "86b21b06dc1bac0ecf0c47decf8bb063e4b5b88a" and "0d024bad4139e3853d59cbf8c9a91caf0b885baa" have entirely different histories.

View file

@ -1,7 +1,7 @@
############################################## ##############################################
# write git info # write git info
############################################## ##############################################
FROM alpine/git:2.45.2 AS git FROM alpine/git:2.45.1 AS git
WORKDIR /app WORKDIR /app
COPY .git /app/.git/ COPY .git /app/.git/
@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
############################################## ##############################################
# Main image # Main image
############################################## ##############################################
FROM python:3.12.4-slim-bullseye AS final FROM python:3.12.3-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive