From 1395e32f09194d88332f4e2eec6e3a317d44b1e2 Mon Sep 17 00:00:00 2001 From: Carlos Medeiros Date: Tue, 14 May 2024 16:05:24 +0100 Subject: [PATCH] update docker image --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index b654441..8682e73 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-a5db17018a180cbd4277dfc7a1a247f427a3d81b"; +export const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-56ed99657f351ba63dd9448281e77ed9f0eea835"; export const DEFAULT_MODEL = "nanos"; export const DEFAULT_NANO_START_TEXT = "Ready";