What changed, and why it matters
This commit simply updates three configuration files to use a newer version of a Docker container image used for building and testing the Jade firmware. There is no code change, no user-facing behavior change, and no security issue visible in the diff itself.
No action required based on the commit alone. If the new jade_builder image contains package updates, review the image's own changelog or build log for any security-relevant changes.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit changes the pinned SHA256 digest of the blockstream/jade_builder Docker image in .gitlab-ci.yml, Dockerfile.qemu, and docker-compose.yml. This is a routine dependency/container refresh. The diff provides no information about what changed inside the new image, and no references are supplied to suggest the update fixes or introduces a security problem.
Changed components
.gitlab-ci.ymlDockerfile.qemudocker-compose.ymlInspect captured patch +3 / −3
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8277e7b..5b6a2d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ stages:
- build_diy
- docker_build
-image: blockstream/jade_builder@sha256:6937ea8808b89fe3510af6e156da4495d313c0ec7d3370108896ed50b605d237
+image: blockstream/jade_builder@sha256:af81775ea2754bdb9494b644327233ddd19403acbb94232ca2824785e13e89fc
include:
- gitlab/prod_fw.yml
diff --git a/Dockerfile.qemu b/Dockerfile.qemu
index 264a455..03d2404 100644
--- a/Dockerfile.qemu
+++ b/Dockerfile.qemu
@@ -1,4 +1,4 @@
-FROM blockstream/jade_builder@sha256:6937ea8808b89fe3510af6e156da4495d313c0ec7d3370108896ed50b605d237
+FROM blockstream/jade_builder@sha256:af81775ea2754bdb9494b644327233ddd19403acbb94232ca2824785e13e89fc
ARG QEMU_CONFIG_ARGS="--dev --ci --psram"
ARG QEMU_GDB=""
diff --git a/docker-compose.yml b/docker-compose.yml
index e119fd0..c0ae3af 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,6 +1,6 @@
services:
dev:
- image: blockstream/jade_builder@sha256:6937ea8808b89fe3510af6e156da4495d313c0ec7d3370108896ed50b605d237
+ image: blockstream/jade_builder@sha256:af81775ea2754bdb9494b644327233ddd19403acbb94232ca2824785e13e89fc
volumes:
- .:/host/jade/
- /dev/serial/by-id:/dev/serial/by-id
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.