Skip to content

Commit

Permalink
Update NanoX target to last prod OS - no API_LEVEL change
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Chapron committed Nov 17, 2023
1 parent 26d67b2 commit d864343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN git clone --branch v2.1.0-12 --depth 1 "$GIT_SERVER/nanos-secure-sdk.git" "$
ENV LEDGER_SECURE_SDK=/opt/ledger-secure-sdk
RUN git clone "$GIT_SERVER/ledger-secure-sdk.git" "$LEDGER_SECURE_SDK"

# Latest Nano X SDK (OS nanox_2.2.2 => based on API_LEVEL 5)
# Latest Nano X SDK (OS nanox_2.2.3 => based on API_LEVEL 5)
ENV NANOX_SDK=/opt/nanox-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" v5.7.0
RUN echo nanox > $NANOX_SDK/.target
Expand Down

0 comments on commit d864343

Please sign in to comment.