What changed, and why it matters
This commit simply updates the version of the Alpine Linux container used in Bitcoin Core's automated testing from Alpine 3.22 to Alpine 3.23. It is a routine CI (continuous integration) maintenance change with no visible security relevance in the commit itself.
No security action required; treat as routine CI maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff changes one line in ci/test/00_setup_env_native_alpine_musl.sh, setting CI_IMAGE_NAME_TAG from mirror.gcr.io/alpine:3.22 to mirror.gcr.io/alpine:3.23. No other configuration, packages, or behavior changes are introduced.
Changed components
ci/test/00_setup_env_native_alpine_musl.shInspect captured patch +1 / −1
diff --git a/ci/test/00_setup_env_native_alpine_musl.sh b/ci/test/00_setup_env_native_alpine_musl.sh
index ce7614ab..e42cb4a3 100755
--- a/ci/test/00_setup_env_native_alpine_musl.sh
+++ b/ci/test/00_setup_env_native_alpine_musl.sh
@@ -7,7 +7,7 @@
export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_native_alpine_musl
-export CI_IMAGE_NAME_TAG="mirror.gcr.io/alpine:3.22"
+export CI_IMAGE_NAME_TAG="mirror.gcr.io/alpine:3.23"
export CI_BASE_PACKAGES="build-base musl-dev pkgconf curl ccache make ninja git python3-dev py3-pip which patch xz procps rsync util-linux bison e2fsprogs cmake dash linux-headers"
export PIP_PACKAGES="--break-system-packages pyzmq pycapnp"
export DEP_OPTS="DEBUG=1"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.