Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Mar 19, 2024
1 parent 47fe39b commit cb83d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/load/speculos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export async function createSpeculosDevice(
`SPECULOS_APPNAME=${appName}:${appVersion}`,
"--name",
`${speculosID}`,
"ghcr.io/ledgerhq/speculos@sha256:378d5ff92d6cd522197bb8e12ba7c49e86899dd341907ca696a9a2296377f13b",
"ghcr.io/ledgerhq/speculos:sha-8ffbdb5",
"--model",
model.toLowerCase(),
appPath,
Expand Down
2 changes: 1 addition & 1 deletion tools/actions/composites/bot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
cache: pnpm
cache-dependency-path: "**/pnpm-lock.yaml"
- name: pull docker image
run: docker pull ghcr.io/ledgerhq/speculos@sha256:378d5ff92d6cd522197bb8e12ba7c49e86899dd341907ca696a9a2296377f13b
run: docker pull ghcr.io/ledgerhq/speculos:sha-8ffbdb5
shell: bash
- name: install and build
run: |
Expand Down

0 comments on commit cb83d2a

Please sign in to comment.