Unverified Commit 5a2daa92 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add build-arg to select Authentik release

parent b2fecc5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
FROM ghcr.io/goauthentik/server:2025.8.4
ARG VERSION=2026.2.2
FROM ghcr.io/goauthentik/server:$VERSION

USER root
RUN --mount=source=pyproject.toml,target=pyproject.toml \