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

This commit is contained in:
Renovate 2024-12-19 20:00:23 +00:00 committed by Jake Howard
parent d6cc26f266
commit ec017868d8

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