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