authentik: bump to version 2024.6.4

This commit is contained in:
Markus 2024-08-23 17:44:29 +02:00
parent cf510ab999
commit 962fb1bc5e
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
---
authentik_version: 2024.6.4

View File

@ -29,7 +29,7 @@ services:
volumes: volumes:
- ./redis:/data - ./redis:/data
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.6.3} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:{{ authentik_version }}
restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
@ -48,7 +48,7 @@ services:
- postgresql - postgresql
- redis - redis
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.6.3} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:{{ authentik_version }}
restart: unless-stopped restart: unless-stopped
command: worker command: worker
environment: environment: