diff --git a/Dockerfile b/Dockerfile index 665d975..ad2959b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # - Sets up the entrypoint and port. -FROM python:3.12.6-slim-bookworm AS base-image +FROM python:3.13.1-slim-bookworm AS base-image # Update system packages COPY scripts/install-base-packages.sh .