1
0
Fork 0

chore(deps): update archivebox/archivebox docker tag to v0.8.5rc9 (#4227)

This commit is contained in:
renovate[bot] 2026-02-26 04:40:49 +00:00 committed by GitHub
parent e13ee34209
commit 7dc01e75d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ networks:
services:
archivebox:
image: archivebox/archivebox:0.8.5rc51
image: archivebox/archivebox:0.8.5rc9
depends_on:
- archivebox-init
container_name: ${CONTAINER_NAME}
@ -31,7 +31,7 @@ services:
- SEARCH_BACKEND_PASSWORD=${ADMIN_PASSWORD:-}
archivebox-init:
image: archivebox/archivebox:0.8.5rc51
image: archivebox/archivebox:0.8.5rc9
container_name: init-${CONTAINER_NAME}
labels:
createdBy: "Apps"