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