diff --git a/services/authentik/docker-compose.yml b/services/authentik/docker-compose.yml index 3306a0f..8819aa1 100644 --- a/services/authentik/docker-compose.yml +++ b/services/authentik/docker-compose.yml @@ -18,7 +18,7 @@ services: - /srv/authentik/postgresql:/var/lib/postgresql/data server: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2} restart: unless-stopped command: server depends_on: @@ -40,7 +40,7 @@ services: - /srv/authentik/custom-templates:/templates worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2} restart: unless-stopped command: worker user: root