Skip to content

Commit

Permalink
Update docker image to pull latest simplicity sdk (project-chip#36148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored Oct 18, 2024
1 parent b79c6c6 commit 1f4e81e
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 @@
84 : [Silabs] Update Silabs docker WiseConnect-wifi-bt-sdk 2.10.3
85 : [Silabs] Update Silabs docker Simplicity SDK v2024.6.2
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN set -x \
&& : # last line


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

0 comments on commit 1f4e81e

Please sign in to comment.