From ea9874fe77dc1b8ca0f94e034209f9e4f6721652 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sun, 2 Mar 2025 07:10:13 +0800 Subject: [PATCH] fix: update authentik worker image tag to version 2025.2.1 --- swarm/authentik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/authentik.yml b/swarm/authentik.yml index b105f99..999d620 100644 --- a/swarm/authentik.yml +++ b/swarm/authentik.yml @@ -87,7 +87,7 @@ services: - traefik.http.routers.authentik-rtr.service=authentik-svc - traefik.http.services.authentik-svc.loadbalancer.server.port=9000 authentik-worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1} restart: unless-stopped command: worker environment: