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

Update casbin/casdoor Docker tag to v2.28.0 (#1299)

This commit is contained in:
renovate[bot] 2025-08-18 01:47:27 +00:00 committed by GitHub
parent 215bac9fb5
commit bc603246e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ networks:
services:
casdoor:
image: casbin/casdoor:v2.26.0
image: casbin/casdoor:v2.28.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@ -80,7 +80,7 @@ services:
entrypoint: ["sh", "/entrypoint.sh"]
casdoor:
image: casbin/casdoor:v2.26.0
image: casbin/casdoor:v2.28.0
container_name: lobe-casdoor
entrypoint: /bin/sh -c './server --createDatabase=true'
network_mode: 'service:network-service'