Skip to content

Commit

Permalink
Declare missing FLEX_SDK in legacy image
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed May 24, 2024
1 parent 1c6f2fa commit a6bdea5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 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.24.1] - 2024-05-24

### Changed
- legacy: Declare missing FLEX_SDK

## [3.24.0] - 2024-05-21

### Changed
Expand Down
1 change: 1 addition & 0 deletions legacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ ENV NANOS_SDK=/opt/nanos-secure-sdk
ENV NANOX_SDK=/opt/nanox-secure-sdk
ENV NANOSP_SDK=/opt/nanosplus-secure-sdk
ENV STAX_SDK=/opt/stax-secure-sdk
ENV FLEX_SDK=/opt/flex-secure-sdk

# Copy the SDKs from the lite container
COPY --from=LITE_BUILDER /opt/ /opt/
Expand Down

0 comments on commit a6bdea5

Please sign in to comment.