Compare commits

..

No commits in common. "a6c39727aa760e9d5dd76f4eb174bc9b1363eb71" and "2280d4033710d1d25029cf19b551126ff9ea99e8" have entirely different histories.

View file

@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
##############################################
# Main image
##############################################
FROM python:3.12.3-slim-bullseye AS final
FROM python:3.12.2-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive
ARG PIP_DISABLE_PIP_VERSION_CHECK=1