1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-05-14 00:20:29 +08:00

chore(deps): update casbin/casdoor docker tag to v3.54.1 (localApps) (#5522)

This commit is contained in:
renovate[bot] 2026-05-11 17:03:58 +00:00 committed by GitHub
parent 75afc06bd8
commit a4b70fe706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
services:
casdoor:
image: casbin/casdoor:3.53.0
image: casbin/casdoor:3.54.1
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

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