diff --git a/Makefile b/Makefile index dd2b649f..632d8534 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ APPVERSION_M = 1 APPVERSION_N = 0 -APPVERSION_P = 6 +APPVERSION_P = 7 NANOS_ID = 1 WORDS = "abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about" diff --git a/MakefileContainer.mk b/MakefileContainer.mk index 6c947f62..b8dfb8a7 100644 --- a/MakefileContainer.mk +++ b/MakefileContainer.mk @@ -19,7 +19,7 @@ ifneq ($(BOLOS_SDK),) $(error Containerized build, BOLOS_SDK should be empty) endif -APP_BUILDER_IMAGE = ledger-app-builder:d5bfe2e793f15a826971ae9de2adcad524df3e8e +APP_BUILDER_IMAGE = ledger-app-builder:ledger-app-builder:3.19.0 default_target: build diff --git a/MakefileSpeculos.mk b/MakefileSpeculos.mk index 885f4551..7ee282e1 100644 --- a/MakefileSpeculos.mk +++ b/MakefileSpeculos.mk @@ -15,7 +15,7 @@ # limitations under the License. #******************************************************************************* -SPECULOS_IMAGE = speculos:sha-6a34680 +SPECULOS_IMAGE = speculos:6409e73ba640fbec2e46dfae7ae0f18887a7ee42 define run_announce @perl -e 'use Time::HiRes; use POSIX; $$ts = sprintf qq[%f], Time::HiRes::time(); ($$f) = $$ts =~ m~(\....)~; printf qq[%s%s %s make: %s\n], POSIX::strftime("%H:%M:%S", gmtime), $$f, q[-] x 126, $$ARGV[0];' "$(1)"