Update ghcr.io/goauthentik/server Docker tag to v2024.8
Some checks failed
/ terraform (push) Has been cancelled
/ ansible (push) Has been cancelled

This commit is contained in:
Renovate 2024-09-03 14:00:28 +01:00
parent aaf049a9c3
commit 4c4faf2903

View file

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