diff --git a/roles/docker/templates/authentik-compose.yml.j2 b/roles/docker/templates/authentik-compose.yml.j2 index 3ad87c5..9dfe316 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.6.4} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3} 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.6.4} + image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.8.3} restart: unless-stopped command: worker environment: diff --git a/roles/docker/templates/gotosocial-compose.yml.j2 b/roles/docker/templates/gotosocial-compose.yml.j2 index b7f6ceb..3e6364e 100644 --- a/roles/docker/templates/gotosocial-compose.yml.j2 +++ b/roles/docker/templates/gotosocial-compose.yml.j2 @@ -1,6 +1,6 @@ services: gotosocial: - image: docker.io/superseriousbusiness/gotosocial:0.19.1 + image: docker.io/superseriousbusiness/gotosocial:latest container_name: gotosocial user: 1000:1000 extra_hosts: