File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ RUN echo nanos > $NANOS_SDK/.target
34
34
35
35
# Latest Nano X SDK based on API_LEVEL 22
36
36
ENV NANOX_SDK=/opt/nanox-secure-sdk
37
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" v22.6.0
37
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" API_LEVEL_22
38
38
RUN echo nanox > $NANOX_SDK/.target
39
39
40
40
# Latest Nano S+ SDK based on API_LEVEL 22
41
41
ENV NANOSP_SDK=/opt/nanosplus-secure-sdk
42
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v22.6.0
42
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" API_LEVEL_22
43
43
RUN echo nanos2 > $NANOSP_SDK/.target
44
44
45
45
# Latest Stax SDK based on API_LEVEL 22
46
46
ENV STAX_SDK=/opt/stax-secure-sdk
47
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v22.6.0
47
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" API_LEVEL_22
48
48
RUN echo stax > $STAX_SDK/.target
49
49
50
50
# Latest Flex SDK based on API_LEVEL 22
51
51
ENV FLEX_SDK=/opt/flex-secure-sdk
52
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v22.6.0
52
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" API_LEVEL_22
53
53
RUN echo flex > $FLEX_SDK/.target
54
54
55
55
# Default SDK
You can’t perform that action at this time.
0 commit comments