Update ghcr.io/goauthentik/server Docker tag to v2025

This commit is contained in:
Renovate 2025-02-24 18:00:25 +00:00 committed by Jake Howard
parent 49c99533e3
commit b0f38e138e

View file

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