1
0
Fork 0

chore(deps): update bilibili history fetcher to v1.6.7 (#1987)

This commit is contained in:
renovate[bot] 2025-10-09 05:46:42 +00:00 committed by GitHub
parent 9becb8daf3
commit 29f1c78de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ networks:
services:
bili-fetcher-api:
image: qyg2297248353/bili-fetcher:v1.6.6
image: qyg2297248353/bili-fetcher:v1.6.7
container_name: api-${CONTAINER_NAME}
restart: always
networks:
@ -19,7 +19,7 @@ services:
- DOCKER_ENV=true
bili-fetcher-web:
image: qyg2297248353/bili-fetcher-web:v1.6.6
image: qyg2297248353/bili-fetcher-web:v1.6.7
depends_on:
- bili-fetcher-api
container_name: ${CONTAINER_NAME}