diff --git a/Dockerfile b/Dockerfile index af7341d7b..9e8528854 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # - Runs as a non-root user. # - Sets up the entrypoint and port. -FROM python:3.11.5-slim-bullseye as base-image +FROM python:3.12.1-slim-bullseye as base-image # Update system packages COPY scripts/install-base-packages.sh .