Skip to content

Commit

Permalink
Update SDK to Stax 1.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Jul 28, 2023
1 parent 50c8d8e commit 126bfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ ENV NANOSP_SDK=/opt/nanosplus-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v1.6.0
RUN echo nanos2 > $NANOSP_SDK/.target

# Latest Stax SDK (OS stax_1.2.1 => based on API_LEVEL 11)
# Latest Stax SDK (OS stax_1.3.0-rc1 => based on API_LEVEL 12)
ENV STAX_SDK=/opt/stax-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v11.1.0
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v12.1.0
RUN echo stax > $STAX_SDK/.target

# Default SDK
Expand Down

0 comments on commit 126bfa6

Please sign in to comment.