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

This commit is contained in:
renovate[bot] 2023-11-21 19:49:11 +00:00 committed by GitHub
parent 493cf130d3
commit 25047400b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "authentik", "id": "authentik",
"tipi_version": 1, "tipi_version": 2,
"version": "2023.10.3", "version": "2023.10.4",
"categories": ["development"], "categories": [
"development"
],
"description": "The authentication glue you need.", "description": "The authentication glue you need.",
"short_desc": "The authentication glue you need.", "short_desc": "The authentication glue you need.",
"author": "goauthentik", "author": "goauthentik",
@ -26,5 +28,8 @@
"env_variable": "AUTHENTIK_SECRET_KEY" "env_variable": "AUTHENTIK_SECRET_KEY"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

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