mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Align abx-dl Docker image version
This commit is contained in:
parent
e548608149
commit
dd613f80a4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user