From f368af5b5f7cdc0166db27af86f437dfe113e29f Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Fri, 8 Dec 2023 14:04:13 +0100 Subject: [PATCH] bump container --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 63c6dfc..80a69e6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -15,7 +15,7 @@ ******************************************************************************* */ import { ButtonKind, type IDeviceWindow, type IStartOptions } from "./types"; -export const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-76bff6673c6c71c15d33a4ac6dc1372b71181283"; +export const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-f9dfe878f4934d5dac9fb49a298a136d494c465c"; export const DEFAULT_MODEL = "nanos"; export const DEFAULT_NANO_START_TEXT = "Ready";