Skip to content

Commit

Permalink
Reverting the docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs committed Oct 16, 2024
1 parent 2b7202a commit d8f239d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
82 : [Tizen] Enable RTC driver to sync time on boot
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/Silic
&& : # last line

# 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 && \
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 d8f239d

Please sign in to comment.