Skip to content

Commit

Permalink
Bumped Speculos version to 0.9.7 in dev-tools container
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Aug 2, 2024
1 parent d29f51c commit b5a7382
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 @@ -20,4 +20,4 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev,py3-virtualenv
RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')

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

0 comments on commit b5a7382

Please sign in to comment.