chore(deps): update ghcr.io/goauthentik/server docker tag to v2023.10.6 (#2027)

This commit is contained in:
renovate[bot] 2024-01-09 21:47:29 +00:00 committed by GitHub
parent e1a83f5225
commit 79afce2dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "authentik",
"tipi_version": 4,
"version": "2023.10.5",
"tipi_version": 5,
"version": "2023.10.6",
"categories": [
"development"
],

View File

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