Skip to content

Commit 503d4bf

Browse files
committed
bump sdk
1 parent a1bc911 commit 503d4bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ RUN echo nanos2 > $NANOSP_SDK/.target
8383

8484
# Latest Stax SDK (OS stax_1.5.0 => based on API_LEVEL 21)
8585
ENV STAX_SDK=/opt/stax-secure-sdk
86-
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v21.2.1
86+
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v21.3.0
8787
RUN echo stax > $STAX_SDK/.target
8888

89-
# Latest Flex SDK (OS flex_1.1.0 => based on API_LEVEL 21)
89+
# Latest Flex SDK (OS flex_1.1.1 => based on API_LEVEL 21)
9090
ENV FLEX_SDK=/opt/flex-secure-sdk
91-
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v21.2.1
91+
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v21.3.0
9292
RUN echo flex > $FLEX_SDK/.target
9393

9494
# Default SDK

0 commit comments

Comments
 (0)