diff --git a/Dockerfile b/Dockerfile index 9eb4cd09e1..778dfe53a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG CONTEXT=prod -FROM python:3.10.18-slim-bookworm AS base +FROM python:3.10.19-slim-bookworm AS base ## Setup ARG CONTEXT