Authentik update - 2025.2.4 (#5576)

* template(docker): Update authentik server and worker images to version 2025.2.1

* Update authentik.yaml

Update authentik version to 2025.2.2

* update authentik server and worker images to version 2025.2.3

* Update update Authentik version to 2025.2.4

---------

Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
Datenschmutz
2025-05-13 11:32:43 +02:00
committed by GitHub
parent ed739a4cae
commit 23f120ded4

View File

@@ -6,7 +6,7 @@
services: services:
authentik-server: authentik-server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.3} image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.4}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@@ -35,7 +35,7 @@ services:
redis: redis:
condition: service_healthy condition: service_healthy
authentik-worker: authentik-worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.3} image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.2.4}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: