diff --git a/Dockerfile b/Dockerfile index 8ea0e18..70317a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # - Runs a non-root user. # - Sets up the entrypoint and port. -FROM python:3.12.5-slim-bookworm as base-image +FROM python:3.12.6-slim-bookworm as base-image # Update system packages COPY scripts/install-base-packages.sh .