From b95d47a1d9d867edcadc4dcb23f5a9936f354024 Mon Sep 17 00:00:00 2001 From: Xavier Chapron Date: Thu, 7 Dec 2023 15:58:22 +0100 Subject: [PATCH] SDK: update with latest patches --- CHANGELOG.md | 5 +++++ lite/Dockerfile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3936280..1a09cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.10.1] - 2023-12-07 + +### Changed + - Bump SDK versions + ## [3.10.0] - 2023-12-07 ### Changed diff --git a/lite/Dockerfile b/lite/Dockerfile index 63d6dcf..25a2624 100644 --- a/lite/Dockerfile +++ b/lite/Dockerfile @@ -68,7 +68,7 @@ ARG GIT_SERVER=https://github.com/LedgerHQ # Latest Nano S SDK # Will switch to the unified SDK for next OS release. ENV NANOS_SDK=/opt/nanos-secure-sdk -RUN git clone --branch v2.1.0-13 --depth 1 "$GIT_SERVER/nanos-secure-sdk.git" "$NANOS_SDK" +RUN git clone --branch v2.1.0-14 --depth 1 "$GIT_SERVER/nanos-secure-sdk.git" "$NANOS_SDK" # Unified SDK ENV LEDGER_SECURE_SDK=/opt/ledger-secure-sdk