Update Authentik to 2024.8.0

This commit is contained in:
Franck Kerbiriou 2024-09-05 15:47:25 +02:00
parent c1eb01fac5
commit 611e80c987
No known key found for this signature in database
GPG key ID: FA44417F6B76C5C9

View file

@ -31,7 +31,7 @@ services:
volumes:
- redis:/data
authentik-server:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
restart: unless-stopped
command: server
environment:
@ -60,7 +60,7 @@ services:
redis:
condition: service_healthy
authentik-worker:
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
restart: unless-stopped
command: worker
environment: