1
0
Fork 0

Update casbin/casdoor Docker tag to v2.13.0 (#1139)

This commit is contained in:
renovate[bot] 2025-08-11 05:23:08 +08:00 committed by GitHub
parent 69f7ded5fe
commit 9fe19bcd9b
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.11.0
image: casbin/casdoor:v2.13.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

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