Skip to content

Commit

Permalink
Updated docker file for wiseconnect-wifi-bt-sdk to 2.10.3 (#36126)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs authored Oct 17, 2024
1 parent dead378 commit 8f4fd1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83 : [Silabs] Update Silabs docker WiseConnect 3.3.3
84 : [Silabs] Update Silabs docker WiseConnect-wifi-bt-sdk 2.10.3
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6
&& find /tmp/simplicity_sdk/protocol/openthread -name "*efr32mg21*" -delete \
&& : # last line

# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.10.0 (f94b83d)
RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.10.3 (b6d6cb5)
RUN git clone --depth=1 --single-branch --branch=2.10.3 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
cd /tmp/wiseconnect-wifi-bt-sdk && \
rm -rf .git \
&& : # last line
Expand Down

0 comments on commit 8f4fd1d

Please sign in to comment.