diff --git a/Dockerfile b/Dockerfile index 2b917f2..665d975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ # - Runs a non-root user. # - Sets up the entrypoint and port. + FROM python:3.12.6-slim-bookworm AS base-image # Update system packages