Update ghcr.io/goauthentik/server Docker tag to v2024.6 #163

Open
renovate wants to merge 1 commits from renovate/ghcr.io-goauthentik-server-2024.x into master

View File

@ -21,7 +21,7 @@ x-env: &env
services:
server:
image: ghcr.io/goauthentik/server:2024.4
image: ghcr.io/goauthentik/server:2024.6
restart: unless-stopped
command: server
user: "{{ docker_user.id }}"
@ -44,7 +44,7 @@ services:
- traefik
worker:
image: ghcr.io/goauthentik/server:2024.4
image: ghcr.io/goauthentik/server:2024.6
restart: unless-stopped
command: worker
user: "{{ docker_user.id }}"