1
0
Fork 0

chore(deps): update casbin/casdoor docker tag to v2.344.0 (localApps) (#4380)

This commit is contained in:
renovate[bot] 2026-03-06 19:12:31 +00:00 committed by GitHub
parent afb4389b81
commit 9544f8d690
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:2.341.2
image: casbin/casdoor:2.344.0
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

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