Skip to content

Commit

Permalink
[Silabs] Update Silabs docker WiseConnect 3.3.2 (#35630)
Browse files Browse the repository at this point in the history
  • Loading branch information
rerasool authored Sep 20, 2024
1 parent 4bdafa2 commit cc29cab
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 @@
77 : [NXP] Migrate docker image to NXP Zephyr 3.7 downstream release
78 : [Silabs] Update Silabs docker WiseConnect 3.3.2
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/Silic
rm -rf .git \
&& : # last line

# Clone WiSeConnect SDK v3.3.1 (841ea3f)
RUN git clone --depth=1 --single-branch --branch=v3.3.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
# Clone WiSeConnect SDK v3.3.2 (b5d6422)
RUN git clone --depth=1 --single-branch --branch=v3.3.2 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
cd /tmp/wifi_sdk && \
rm -rf .git \
&& : # last line
Expand Down

0 comments on commit cc29cab

Please sign in to comment.