Update ghcr.io/goauthentik/server Docker tag to v2024.6
All checks were successful
/ ansible (push) Successful in 1m48s
/ terraform (push) Successful in 40s

This commit is contained in:
Renovate 2024-06-26 14:00:22 +01:00 committed by Jake Howard
parent b75e5c00c5
commit 195c711d26

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 }}"