Align abx-dl Docker image version

This commit is contained in:
Nick Sweeting 2026-08-28 11:00:28 -07:00
parent da523db4f0
commit 36ed95204c
No known key found for this signature in database

View File

@ -10,10 +10,10 @@
# --build-context abx-plugins=../abx-plugins \
# -t archivebox/abx-dl:dev
# docker buildx build . -f Dockerfile \
# --build-arg ABX_DL_IMAGE=archivebox/abx-dl:1.12.186 \
# --build-arg ABX_DL_IMAGE=archivebox/abx-dl:1.12.188 \
# -t archivebox:multistage
ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.187
ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.188
FROM archivebox/sonic:1.4.9 AS sonic
FROM ${ABX_DL_IMAGE} AS archivebox-runtime-base