1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00

chore(deps): update ghcr.io/goauthentik/server docker tag to v2025.12.2 (#3769)

This commit is contained in:
renovate[bot] 2026-01-30 22:12:30 +00:00 committed by GitHub
parent d2e8a46f82
commit 18b9b4d779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ x-authentik-envs: &a1
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY}
services:
server:
image: ghcr.io/goauthentik/server:2025.12.1
image: ghcr.io/goauthentik/server:2025.12.2
command: server
environment: *a1
ports:
@ -22,7 +22,7 @@ services:
labels:
createdBy: Apps
worker:
image: ghcr.io/goauthentik/server:2025.12.1
image: ghcr.io/goauthentik/server:2025.12.2
command: worker
user: root
environment: *a1