diff --git a/Dockerfile b/Dockerfile index c6b3965..14f39c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY web/src ./src ARG SENTRY_DSN RUN npm run build -FROM python:3.10-bullseye AS apt +FROM python:3.11.0-bullseye AS apt RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ apt-get update && \