From faec86658157313740a85e82052d0698f8ad4404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:46:58 +0200 Subject: [PATCH] build(deps): bump python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye (#3062) build(deps): bump python Bumps python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd2050ea3..31394715d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ WORKDIR /work/web RUN npm ci && npm run build # Stage 3: Poetry to requirements.txt export -FROM docker.io/python:3.10.4-slim-bullseye AS poetry-locker +FROM docker.io/python:3.10.5-slim-bullseye AS poetry-locker WORKDIR /work COPY ./pyproject.toml /work @@ -45,7 +45,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.4-slim-bullseye +FROM docker.io/python:3.10.5-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.