diff --git a/roles/docker/templates/authentik-compose.yml.j2 b/roles/docker/templates/authentik-compose.yml.j2 index 9dfe316..873aaa6 100644 --- a/roles/docker/templates/authentik-compose.yml.j2 +++ b/roles/docker/templates/authentik-compose.yml.j2 @@ -37,7 +37,7 @@ services: glance.parent: authentik glance.name: Redis server: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.4} restart: unless-stopped command: server environment: @@ -64,7 +64,7 @@ services: glance.description: Authentication server glance.id: authentik worker: - image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.4} restart: unless-stopped command: worker environment: @@ -103,4 +103,4 @@ volumes: networks: default: external: true - name: lava \ No newline at end of file + name: lava