Update ghcr.io/goauthentik/server Docker tag to v2024.12
Some checks failed
/ terraform (push) Failing after 52s
/ ansible (push) Successful in 1m36s

This commit is contained in:
Renovate 2024-12-19 20:00:23 +00:00
parent 290d8b4273
commit 58b0ab5b18

View file

@ -19,7 +19,7 @@ x-env: &env
services:
server:
image: ghcr.io/goauthentik/server:2024.8
image: ghcr.io/goauthentik/server:2024.12
restart: unless-stopped
command: server
user: "{{ docker_user.id }}"
@ -42,7 +42,7 @@ services:
- traefik
worker:
image: ghcr.io/goauthentik/server:2024.8
image: ghcr.io/goauthentik/server:2024.12
restart: unless-stopped
command: worker
user: "{{ docker_user.id }}"