diff --git a/Dockerfile b/Dockerfile index c939a33..c9e2065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date ############################################## # Main image ############################################## -FROM python:3.12.0-slim-bullseye AS final +FROM python:3.12.1-slim-bullseye AS final ARG DEBIAN_FRONTEND=noninteractive