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

This commit is contained in:
renovate[bot] 2024-03-04 22:13:27 +00:00 committed by GitHub
parent 39a5214a02
commit 23be3287dd
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, "available": true,
"exposable": true, "exposable": true,
"id": "authentik", "id": "authentik",
"tipi_version": 9, "tipi_version": 10,
"version": "2024.2.1", "version": "2024.2.2",
"https": true, "https": true,
"categories": [ "categories": [
"development" "development"

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
authentik: authentik:
image: ghcr.io/goauthentik/server:2024.2.1 image: ghcr.io/goauthentik/server:2024.2.2
restart: unless-stopped restart: unless-stopped
command: server command: server
container_name: authentik container_name: authentik
@ -49,7 +49,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:2024.2.1 image: ghcr.io/goauthentik/server:2024.2.2
restart: unless-stopped restart: unless-stopped
command: worker command: worker
container_name: authentik-worker container_name: authentik-worker