Update ghcr.io/goauthentik/server Docker tag to v2024.10
All checks were successful
/ terraform (push) Successful in 1m3s
/ ansible (push) Successful in 1m32s

This commit is contained in:
Renovate 2024-10-31 08:00:23 +00:00
parent cdc351013a
commit 37d22495d6

View file

@ -19,7 +19,7 @@ x-env: &env
services:
server:
image: ghcr.io/goauthentik/server:2024.8
image: ghcr.io/goauthentik/server:2024.10
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.10
restart: unless-stopped
command: worker
user: "{{ docker_user.id }}"