1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00

chore(deps): update bilibili history fetcher to v1.6.5 (#1521)

This commit is contained in:
renovate[bot] 2025-08-30 17:29:12 +08:00 committed by GitHub
parent 31d5f633c1
commit 9a24e81b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 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.0
image: qyg2297248353/bili-fetcher:v1.6.5
container_name: api-${CONTAINER_NAME}
restart: always
networks:
@ -22,7 +22,7 @@ services:
- DOCKER_ENV=true
bili-fetcher-web:
image: qyg2297248353/bili-fetcher-web:v1.6.0
image: qyg2297248353/bili-fetcher-web:v1.6.5
depends_on:
- bili-fetcher-api
container_name: ${CONTAINER_NAME}