Update ghcr.io/goauthentik/server Docker tag to v2024.4
/ terraform (push) Successful in 40s Details
/ ansible (push) Failing after 14m5s Details

This commit is contained in:
Renovate 2024-04-24 18:00:24 +01:00
parent 670ad78d44
commit 7e837832b0
1 changed files with 2 additions and 2 deletions

View File

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