From 073b49260d0a0cb7aee60932246536f946733661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 04:17:10 +0000 Subject: [PATCH] Bump python from 3.10-bullseye to 3.11.0-bullseye Bumps python from 3.10-bullseye to 3.11.0-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \