Skip to content

Commit

Permalink
Specify ragger version in devtools Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Feb 14, 2024
1 parent 244c05e commit db7fcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.16.1] - 2024-02-09

### Changed
- Deploy new dev-tools image to get latest ragger version.
- [dev-tools] : specify latest version of ragger.

## [3.16.0] - 2024-02-08

Expand Down
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 ragger[tests,all_backends]
RUN pip3 install ragger[tests,all_backends]==1.14.3

0 comments on commit db7fcd3

Please sign in to comment.