From f0e53508a54e21b0d35cf994ba9ea2d67288547e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 15 Aug 2026 09:19:21 -0700 Subject: [PATCH] fix: align installer defaults with downloader release --- Dockerfile | 4 ++-- bin/setup.sh | 2 +- docs/codeblocks.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea8cbe60..692c4051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.152 \ +# --build-arg ABX_DL_IMAGE=archivebox/abx-dl:1.12.155 \ # -t archivebox:multistage -ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.152 +ARG ABX_DL_IMAGE=archivebox/abx-dl:1.12.155 FROM archivebox/sonic:1.4.9 AS sonic FROM ${ABX_DL_IMAGE} AS archivebox-runtime-base diff --git a/bin/setup.sh b/bin/setup.sh index 46bb2241..6178490b 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -81,7 +81,7 @@ ARCHIVEBOX_PYTHON="${ARCHIVEBOX_PYTHON:-3.13}" ARCHIVEBOX_PACKAGE="${ARCHIVEBOX_PACKAGE:-archivebox>=0.9.0rc0,<0.10}" ARCHIVEBOX_PLATFORM="${ARCHIVEBOX_PLATFORM:-}" ARCHIVEBOX_COMPOSE_URL="${ARCHIVEBOX_COMPOSE_URL:-https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/${ARCHIVEBOX_BRANCH}/docker-compose.yml}" -ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.83}" +ABXPKG_PACKAGE="${ABXPKG_PACKAGE:-abxpkg==1.12.87}" ABXPKG_LIB_DIR="${ABXPKG_LIB_DIR:-$HOME/.cache/archivebox/setup-abxpkg}" ARCHIVEBOX_HOME_DIR="$HOME/archivebox" ARCHIVEBOX_DATA_DIR="$ARCHIVEBOX_HOME_DIR/data" diff --git a/docs/codeblocks.toml b/docs/codeblocks.toml index d1f23fba..86fcb74a 100644 --- a/docs/codeblocks.toml +++ b/docs/codeblocks.toml @@ -9,7 +9,7 @@ version = 2 "fe1f06a0a6b02c01-1" = "illustration" "220882ff87e9c738-1" = "run" "698f2b0f88796c9b-1" = "illustration" -"1754491b1b6255de-1" = "illustration" +"398611ab1880ef51-1" = "illustration" "778c693286d7b895-1" = "illustration" "16f90085b2eb8756-1" = "illustration" "39bc0d99ed165be2-1" = "run" @@ -233,7 +233,7 @@ version = 2 # docs/Upgrading.md "4c75ef58fc49ad99-1" = "illustration" "6678cb1b999c44ea-1" = "illustration" -"09bbb69bbb6cf07f-1" = "illustration" +"23c840fa4bc05801-1" = "illustration" "3075ca963b666b72-1" = "illustration" "c47a6f74d71e34c2-1" = "illustration" "24ce21d1e112e656-1" = "illustration"