From 081801acf0d4ae2669c7f31e208a8500d706f81c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 27 May 2026 13:25:43 -0700 Subject: [PATCH] release: archivebox 0.9.32rc27 --- Dockerfile | 3 ++- etc/package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d32a44f..6c8b1ae3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -312,7 +312,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-$TARGETARCH$T echo "[+] Installing plugin runtime dependencies into $LIB_DIR..." \ && apt-get update -qq \ && if [ "$TARGETARCH" = "arm64" ]; then \ - abxpkg install --binproviders=playwright --bin-dir="$LIB_DIR/env/bin" --overrides='{"playwright":{"install_args":["chrome-beta"]}}' chromium; \ + abxpkg install --binproviders=npm --overrides='{"npm":{"install_args":["playwright@next"]}}' playwright; \ + abxpkg install --no-cache --binproviders=playwright --bin-dir="$LIB_DIR/env/bin" chromium; \ fi \ && PUID=0 PGID=0 abx-dl plugins --install \ && find "$LIB_DIR" "$DATA_DIR"/personas -type d -name __pycache__ -prune -exec rm -rf {} + \ diff --git a/etc/package.json b/etc/package.json index b116e7cc..f27d8418 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.32rc26", + "version": "0.9.32rc27", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 3223a3c7..9564bfe5 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.32rc26" +version = "0.9.32rc27" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]