Skip to content

Commit 3b1b1b9

Browse files
authored
bump container and version (#228)
Update Zondax app-builder image to ledger-abf331c8 (latest on Docker Hub, tracking LedgerHQ/ledger-app-builder upstream) and bump ZXLIB_MAJOR 48 -> 49.
1 parent 21d4c79 commit 3b1b1b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockerized_build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $(info TESTS_ZEMU_DIR : $(TESTS_ZEMU_DIR))
6363
$(info TESTS_JS_DIR : $(TESTS_JS_DIR))
6464
$(info TESTS_JS_PACKAGE : $(TESTS_JS_PACKAGE))
6565

66-
DOCKER_IMAGE_ZONDAX=zondax/ledger-app-builder:ledger-7bb34b53f0ef063b936b2cdf70de489dc577ffc8
66+
DOCKER_IMAGE_ZONDAX=zondax/ledger-app-builder:ledger-abf331c8dbd6c5ccd295e98da8cac903e7466852
6767
DOCKER_IMAGE_LEDGER=ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
6868

6969
ifdef INTERACTIVE

include/zxversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
********************************************************************************/
1616
#pragma once
1717

18-
#define ZXLIB_MAJOR 48
18+
#define ZXLIB_MAJOR 49
1919
#define ZXLIB_MINOR 0
2020
#define ZXLIB_PATCH 0

0 commit comments

Comments
 (0)