From 2a57f549e3f06f358cfe9f685e635bbb7e444690 Mon Sep 17 00:00:00 2001 From: traveler Date: Sun, 2 Feb 2025 13:59:24 -0600 Subject: [PATCH] sd --- authentik.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authentik.yaml b/authentik.yaml index 1d615ce..cd367c1 100755 --- a/authentik.yaml +++ b/authentik.yaml @@ -53,7 +53,7 @@ services: - node.hostname == nas authentik: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.3} restart: unless-stopped command: server environment: @@ -94,7 +94,7 @@ services: - redis worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.3} restart: unless-stopped command: worker environment: @@ -141,4 +141,4 @@ networks: external: true -# import the .env file first: set -a; . ./.env; set +a \ No newline at end of file +# import the .env file first: set -a; . ./.env; set +a