diff --git a/compose.outposts.ldap.yml b/compose.outposts.ldap.yml index 3ac22a0..529132f 100644 --- a/compose.outposts.ldap.yml +++ b/compose.outposts.ldap.yml @@ -1,7 +1,7 @@ version: "3.8" services: authentik_ldap: - image: ghcr.io/goauthentik/ldap:2026.5.5 + image: ghcr.io/goauthentik/ldap:2026.5.6 # Optionally specify which networks the container should be # might be needed to reach the core authentik server networks: diff --git a/compose.yml b/compose.yml index 925ba68..cc143e9 100644 --- a/compose.yml +++ b/compose.yml @@ -35,7 +35,7 @@ x-env: &env version: '3.8' services: app: - image: ghcr.io/goauthentik/server:2026.5.5 + image: ghcr.io/goauthentik/server:2026.5.6 command: server depends_on: - db @@ -78,7 +78,7 @@ services: - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" worker: - image: ghcr.io/goauthentik/server:2026.5.5 + image: ghcr.io/goauthentik/server:2026.5.6 command: worker depends_on: - db