chore: update image tags
This commit is contained in:
@@ -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:
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user