Skip to content

Commit 8e25e14

Browse files
committed
Update builders
1 parent bc00332 commit 8e25e14

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.56.0] - 2025-03-21
9+
10+
### Changed
11+
- Update SDK API_LEVEL_22 from v22.6.0 to v22.7.0
12+
- Bump Speculos version from 0.16.0 to 0.17.0
13+
- Bump Ragger version from 1.29.0 to 1.30.0
14+
815
## [3.55.0] - 2025-03-05
916

1017
### Changed

dev-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')
2323
RUN apk add imagemagick grep
2424

2525
# Install test tools (Ragger framework, Speculos emulator, Ledgerblue...)
26-
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.29.0" "speculos==0.16.0"
26+
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.30.0" "speculos==0.17.0"
2727

2828
# Add the enforcer script
2929
ADD ./dev-tools/enforcer.sh /opt/enforcer.sh

lite/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,22 @@ RUN echo nanos > $NANOS_SDK/.target
7878

7979
# Latest Nano X SDK based on API_LEVEL 22
8080
ENV NANOX_SDK=/opt/nanox-secure-sdk
81-
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" v22.6.0
81+
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" v22.7.0
8282
RUN echo nanox > $NANOX_SDK/.target
8383

8484
# Latest Nano S+ SDK based on API_LEVEL 22
8585
ENV NANOSP_SDK=/opt/nanosplus-secure-sdk
86-
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v22.6.0
86+
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v22.7.0
8787
RUN echo nanos2 > $NANOSP_SDK/.target
8888

8989
# Latest Stax SDK based on API_LEVEL 22
9090
ENV STAX_SDK=/opt/stax-secure-sdk
91-
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v22.6.0
91+
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v22.7.0
9292
RUN echo stax > $STAX_SDK/.target
9393

9494
# Latest Flex SDK based on API_LEVEL 22
9595
ENV FLEX_SDK=/opt/flex-secure-sdk
96-
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v22.6.0
96+
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v22.7.0
9797
RUN echo flex > $FLEX_SDK/.target
9898

9999
# Default SDK

0 commit comments

Comments
 (0)