Update ghcr.io/goauthentik/server Docker tag to v2023.10.3
All checks were successful
/ terraform (push) Successful in 28s
/ ansible (push) Successful in 1m45s

This commit is contained in:
Renovate 2023-11-09 20:00:31 +00:00 committed by Jake Howard
parent e4b2318c82
commit a4958e619a

View File

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