Skip to content

Commit 611e80c

Browse files
committed
Update Authentik to 2024.8.0
1 parent c1eb01f commit 611e80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/compose/authentik.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
volumes:
3232
- redis:/data
3333
authentik-server:
34-
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
34+
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
3535
restart: unless-stopped
3636
command: server
3737
environment:
@@ -60,7 +60,7 @@ services:
6060
redis:
6161
condition: service_healthy
6262
authentik-worker:
63-
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
63+
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
6464
restart: unless-stopped
6565
command: worker
6666
environment:

0 commit comments

Comments
 (0)