Align abx-dl Docker image version

This commit is contained in:
Nick Sweeting 2026-08-27 21:36:50 -07:00
parent e548608149
commit dd613f80a4
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.183 \
# --build-arg ABX_DL_IMAGE=archivebox/abx-dl:1.12.185 \
# -t archivebox:multistage
ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.183
ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.185
FROM archivebox/sonic:1.4.9 AS sonic
FROM ${ABX_DL_IMAGE} AS archivebox-runtime-base