fix: update authentik server image version to 2026.5.3
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 15s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 15s
This commit is contained in:
parent
ba8f29c6ae
commit
b7d411c514
@ -50,7 +50,7 @@ services:
|
||||
- proxy-net
|
||||
|
||||
server:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.2.2
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.5.3
|
||||
restart: unless-stopped
|
||||
mem_limit: 2048m
|
||||
container_name: authentik_server
|
||||
@ -93,7 +93,7 @@ services:
|
||||
- "traefik.http.middlewares.authentik-auth.headers.SSLProxyHeaders.X-Forwarded-Proto=https"
|
||||
|
||||
worker:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.2.2
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.5.3
|
||||
restart: unless-stopped
|
||||
mem_limit: 2048m
|
||||
container_name: authentik_worker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user