Skip to content

Commit

Permalink
Revert "Update Ragger in dev-tools image."
Browse files Browse the repository at this point in the history
This reverts commit f635ed4.
  • Loading branch information
cedelavergne-ledger committed Jul 11, 2024
1 parent 7e097c1 commit bb0e04e
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.20.3" "speculos==0.9.5"
RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.20.2" "speculos==0.9.5"

0 comments on commit bb0e04e

Please sign in to comment.