Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump docker image #147

Merged
merged 3 commits into from
May 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump docker image
  • Loading branch information
jleni committed May 27, 2022
commit 16714d010c6e61d18ad8c4bb2fd36cdc13eb7548
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DEFAULT_EMU_IMG = 'zondax/builder-zemu@sha256:9c97b921dbba8f0a221c9419b577371540a7afb29727527857ee4de62307cf2f'
export const DEFAULT_EMU_IMG = 'zondax/builder-zemu@sha256:d5dfcd24799313f194be141f8b1d102460c71e68ff51a35f0883f5de6f933fa4'

export const DEFAULT_MODEL = 'nanos'
export const DEFAULT_START_DELAY = 20000
Expand Down