From 7115dba44ceb4ac3ab4bc14d2e3bbc4fd341d3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 05:26:30 +0000 Subject: [PATCH] core: bump python from 3.10.6-slim-bullseye to 3.10.7-slim-bullseye Bumps python from 3.10.6-slim-bullseye to 3.10.7-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac0af7d9f2f6..b08c540a1f36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /work/web RUN npm ci && npm run build # Stage 3: Poetry to requirements.txt export -FROM docker.io/python:3.10.6-slim-bullseye AS poetry-locker +FROM docker.io/python:3.10.7-slim-bullseye AS poetry-locker WORKDIR /work COPY ./pyproject.toml /work @@ -46,7 +46,7 @@ COPY ./go.sum /work/go.sum RUN go build -o /work/authentik ./cmd/server/main.go # Stage 5: Run -FROM docker.io/python:3.10.6-slim-bullseye +FROM docker.io/python:3.10.7-slim-bullseye 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.