Update ghcr.io/goauthentik/server Docker tag to v2023.10.5
Some checks failed
/ terraform (push) Successful in 32s
/ ansible (push) Failing after 1m27s

This commit is contained in:
Renovate 2023-12-21 14:00:26 +00:00
parent ef432642dd
commit 6856734d6b

View file

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