Skip to content

Commit 1f4e81e

Browse files
Update docker image to pull latest simplicity sdk (#36148)
1 parent b79c6c6 commit 1f4e81e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
84 : [Silabs] Update Silabs docker WiseConnect-wifi-bt-sdk 2.10.3
1+
85 : [Silabs] Update Silabs docker Simplicity SDK v2024.6.2

integrations/docker/images/stage-2/chip-build-efr32/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN set -x \
1313
&& : # last line
1414

1515

16-
# Download Simplicity SDK v2024.6.1 (a1a37fa)
17-
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.1-0/sisdk-sdk.zip -O /tmp/simplicity_sdk.zip \
16+
# Download Simplicity SDK v2024.6.2 (36e12f0)
17+
RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.6.2/gecko-sdk.zip -O /tmp/simplicity_sdk.zip \
1818
&& unzip /tmp/simplicity_sdk.zip -d /tmp/simplicity_sdk \
1919
&& rm -rf /tmp/simplicity_sdk.zip \
2020
# Deleting files that are not needed to save space

0 commit comments

Comments
 (0)