diff --git a/Dockerfile b/Dockerfile index 2e57ee66a..e5ae1c178 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm ci COPY . . RUN npm run build -FROM python:3.11-slim-buster as base +FROM python:3.11-bookworm as base ENV ENV=prod