Update ghcr.io/goauthentik/server Docker tag to v2024.4
All checks were successful
/ terraform (push) Successful in 1m37s
/ ansible (push) Successful in 3m10s

This commit is contained in:
Renovate 2024-04-24 18:00:24 +01:00 committed by Jake Howard
parent ccc24c74e4
commit 04bc698b44

View file

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