Skip to content

Commit

Permalink
Merge pull request #144 from LedgerHQ/y333/bump_ledgerctl_version
Browse files Browse the repository at this point in the history
Update ledgerctl
  • Loading branch information
yogh333 authored Sep 9, 2024
2 parents e8fd2eb + feca054 commit 5bebd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Bump Flex and Stax SDK versions
- Bump ledgerctl version

## [3.34.0] - 2024-08-13

Expand Down
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apk add -t python_build_deps python3-dev \
libffi-dev

# Install ledgerctl, which is used by cargo ledger for loading or dumping an APDU app file.
RUN pip3 install ledgerwallet==0.5.0
RUN pip3 install ledgerwallet==0.5.1

# Cleanup, remove packages that aren't needed anymore
RUN apk del python_build_deps
Expand Down

0 comments on commit 5bebd59

Please sign in to comment.