Skip to content

Commit 5b82c76

Browse files
committed
bump container
1 parent cc586a6 commit 5b82c76

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dockerized_build.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $(info TESTS_ZEMU_DIR : $(TESTS_ZEMU_DIR))
5050
$(info TESTS_JS_DIR : $(TESTS_JS_DIR))
5151
$(info TESTS_JS_PACKAGE : $(TESTS_JS_PACKAGE))
5252

53-
DOCKER_IMAGE_ZONDAX=zondax/ledger-app-builder:ledger-1fb9306e9a5662adca213c9e6f0835405dab1552
53+
DOCKER_IMAGE_ZONDAX=zondax/ledger-app-builder:ledger-75354ba1678f81c283e4a7eca09c0524185c6281
5454
DOCKER_IMAGE_LEDGER=ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
5555

5656
ifdef INTERACTIVE
@@ -439,4 +439,4 @@ ts_lint:
439439
if [ -d tests_zemu ]; then cd tests_zemu && bun run lint; fi
440440

441441
update_snapshots:
442-
cd tests_zemu && rm -rf snapshots/* && cp -r snapshots-tmp/* snapshots/
442+
cd tests_zemu && rm -rf snapshots/* && cp -r snapshots-tmp/* snapshots/

include/zxversion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
********************************************************************************/
1616
#pragma once
1717

18-
#define ZXLIB_MAJOR 35
19-
#define ZXLIB_MINOR 1
20-
#define ZXLIB_PATCH 7
18+
#define ZXLIB_MAJOR 36
19+
#define ZXLIB_MINOR 0
20+
#define ZXLIB_PATCH 0

0 commit comments

Comments
 (0)