Skip to content

Commit 1ca0a0a

Browse files
committed
docker: update jade_builder
1 parent 4897f66 commit 1ca0a0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stages:
1414
- build_diy
1515
- docker_build
1616

17-
image: blockstream/jade_builder@sha256:6937ea8808b89fe3510af6e156da4495d313c0ec7d3370108896ed50b605d237
17+
image: blockstream/jade_builder@sha256:af81775ea2754bdb9494b644327233ddd19403acbb94232ca2824785e13e89fc
1818

1919
include:
2020
- gitlab/prod_fw.yml

Dockerfile.qemu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM blockstream/jade_builder@sha256:6937ea8808b89fe3510af6e156da4495d313c0ec7d3370108896ed50b605d237
1+
FROM blockstream/jade_builder@sha256:af81775ea2754bdb9494b644327233ddd19403acbb94232ca2824785e13e89fc
22

33
ARG QEMU_CONFIG_ARGS="--dev --ci --psram"
44
ARG QEMU_GDB=""

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
dev:
3-
image: blockstream/jade_builder@sha256:6937ea8808b89fe3510af6e156da4495d313c0ec7d3370108896ed50b605d237
3+
image: blockstream/jade_builder@sha256:af81775ea2754bdb9494b644327233ddd19403acbb94232ca2824785e13e89fc
44
volumes:
55
- .:/host/jade/
66
- /dev/serial/by-id:/dev/serial/by-id

0 commit comments

Comments
 (0)