Skip to content

Commit

Permalink
fix: one forgotten model change
Browse files Browse the repository at this point in the history
  • Loading branch information
pluveto authored Jul 17, 2024
1 parent b0e07c7 commit 6e27d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile.ledger
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN apt-get install wget -y
RUN wget "https://github.com/LedgerHQ/speculos/blob/master/apps/nanox%23btc%232.0.2%231c8db8da.elf?raw=true" -O /speculos/btc.elf
ADD automation.json /speculos/automation.json

ENTRYPOINT ["python", "./speculos.py", "--automation", "file:automation.json", "--model", "nanos", "--display", "headless", "--vnc-port", "41000", "btc.elf"]
ENTRYPOINT ["python", "./speculos.py", "--automation", "file:automation.json", "--model", "nanox", "--display", "headless", "--vnc-port", "41000", "btc.elf"]

0 comments on commit 6e27d25

Please sign in to comment.