Skip to content

Commit

Permalink
Update Stax and Flex SDKs in lite image.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Jul 3, 2024
1 parent bca8260 commit f3faa10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.26.0] - 2024-07-03

### Changed
- Bump Flex and Stax SDK versions

## [3.25.2] - 2024-06-19

### Changed
Expand Down
6 changes: 3 additions & 3 deletions lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ RUN echo nanos2 > $NANOSP_SDK/.target

# Latest Stax SDK (OS stax_1.4.0 => based on API_LEVEL 15)
ENV STAX_SDK=/opt/stax-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v15.6.0
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v15.7.0
RUN echo stax > $STAX_SDK/.target

# Latest Flex SDK (OS flex_1.1.0-rc1 => based on API_LEVEL 20)
# Latest Flex SDK (OS flex_1.1.0-rc2 => based on API_LEVEL 21)
ENV FLEX_SDK=/opt/flex-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v20.0.0
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v21.0.0
RUN echo flex > $FLEX_SDK/.target

# Default SDK
Expand Down

0 comments on commit f3faa10

Please sign in to comment.