1
0
Fork 0

chore(deps): update casbin/casdoor docker tag to v2.74.0 (#1886)

This commit is contained in:
renovate[bot] 2025-10-03 12:25:53 +08:00 committed by GitHub
parent d831e3761e
commit aaf83d89bb
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:v2.72.0
image: casbin/casdoor:v2.74.0
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

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