Skip to content

Commit

Permalink
Updated silabs docker image to WiseConnect v3.3.3 (project-chip#36093)
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs authored Oct 16, 2024
1 parent 579b1b1 commit c29a25e
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 @@
82 : [Tizen] Enable RTC driver to sync time on boot
83 : [Silabs] Update Silabs docker WiseConnect 3.3.3
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.2 (b5d6422)
RUN git clone --depth=1 --single-branch --branch=v3.3.2 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
# Clone WiSeConnect SDK v3.3.3 (a6390dd)
RUN git clone --depth=1 --single-branch --branch=v3.3.3 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
cd /tmp/wifi_sdk && \
rm -rf .git \
&& : # last line
Expand Down

0 comments on commit c29a25e

Please sign in to comment.