diff --git a/Dockerfile b/Dockerfile index fe81726bd..1ba769387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ COPY ./go.sum /work/go.sum RUN go build -o /work/authentik ./cmd/server/main.go # Stage 4: Run -FROM docker.io/python:3.10.3-slim-bullseye +FROM docker.io/python:3.10.4-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.