From 738e8c13f2205e43a77c949938e2dc1af1fbc4f6 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:17:28 +0100 Subject: [PATCH] chore: Update docker-compose.yml --- examples/authentik/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/authentik/docker-compose.yml b/examples/authentik/docker-compose.yml index f67fb27..c553b64 100644 --- a/examples/authentik/docker-compose.yml +++ b/examples/authentik/docker-compose.yml @@ -38,7 +38,7 @@ services: - authentik-internal authentik-proxy: - image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10} + image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12} container_name: authentik restart: unless-stopped command: server @@ -76,7 +76,7 @@ services: # - traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.10} + image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12} container_name: authentik-worker restart: unless-stopped command: worker