From 25d779e87985822b7f5bed1d05c3e2a3018f146d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:03:28 +0200 Subject: [PATCH] core: bump python from 3.11.2-slim-bullseye to 3.11.3-slim-bullseye (#5191) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f4816bc38..b027d5f2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /work/web RUN npm ci && npm run build # Stage 3: Poetry to requirements.txt export -FROM docker.io/python:3.11.2-slim-bullseye AS poetry-locker +FROM docker.io/python:3.11.3-slim-bullseye AS poetry-locker WORKDIR /work COPY ./pyproject.toml /work @@ -62,7 +62,7 @@ RUN --mount=type=secret,id=GEOIPUPDATE_ACCOUNT_ID \ " # Stage 6: Run -FROM docker.io/python:3.11.2-slim-bullseye AS final-image +FROM docker.io/python:3.11.3-slim-bullseye AS final-image LABEL org.opencontainers.image.url https://goauthentik.io LABEL org.opencontainers.image.description goauthentik.io Main server image, see https://goauthentik.io for more info.