Skip to content

Commit c1eb01f

Browse files
committed
Upgrade Authentik
1 parent 69fc4c7 commit c1eb01f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/compose/authentik.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
services:
88
postgresql:
9-
image: docker.io/library/postgres:12-alpine
9+
image: docker.io/library/postgres:16-alpine
1010
restart: unless-stopped
1111
healthcheck:
1212
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
@@ -31,7 +31,7 @@ services:
3131
volumes:
3232
- redis:/data
3333
authentik-server:
34-
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2}
34+
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
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.2.2}
63+
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
6464
restart: unless-stopped
6565
command: worker
6666
environment:

0 commit comments

Comments
 (0)