diff --git a/Dockerfile b/Dockerfile index 5c3002c1..e35a531f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # - Runs as a non-root user. # - Sets up the entrypoint and port. -FROM python:3.12.7-slim-bookworm AS base-image +FROM python:3.13.0-slim-bookworm AS base-image # Update system packages COPY scripts/install-base-packages.sh .