chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.1 (#3300)

This commit is contained in:
renovate[bot] 2024-04-26 17:25:11 +00:00 committed by GitHub
parent ae669422a0
commit 220f3741a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "authentik",
"tipi_version": 12,
"version": "2024.4.0",
"tipi_version": 13,
"version": "2024.4.1",
"https": true,
"categories": [
"development"

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
authentik:
image: ghcr.io/goauthentik/server:2024.4.0
image: ghcr.io/goauthentik/server:2024.4.1
restart: unless-stopped
command: server
container_name: authentik
@ -49,7 +49,7 @@ services:
traefik.http.routers.authentik-local.service: authentik
traefik.http.routers.authentik-local.tls: true
authentik-worker:
image: ghcr.io/goauthentik/server:2024.4.0
image: ghcr.io/goauthentik/server:2024.4.1
restart: unless-stopped
command: worker
container_name: authentik-worker