Skip to content

Commit

Permalink
Bump speculos version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Nov 12, 2024
1 parent 86159b6 commit 35cc413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')
RUN apk add imagemagick grep

# Install test tools (Ragger framework, Speculos emulator, Ledgerblue...)
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.24.0" "speculos==0.10.0"
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.24.0" "speculos==0.11.0"

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

0 comments on commit 35cc413

Please sign in to comment.