Skip to content

Commit d8f239d

Browse files
committedOct 16, 2024
Reverting the docker changes
1 parent 2b7202a commit d8f239d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
83 : [Silabs] Update Silabs Docker WiseConnect 3.3.3
1+
82 : [Tizen] Enable RTC driver to sync time on boot

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/Silic
3030
&& : # last line
3131

3232
# Clone WiSeConnect SDK v3.3.3 (a6390dd)
33-
RUN git clone --depth=1 --single-branch --branch=v3.3.3 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
33+
RUN git clone --depth=1 --single-branch --branch=v3.3.2 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
3434
cd /tmp/wifi_sdk && \
3535
rm -rf .git \
3636
&& : # last line

0 commit comments

Comments
 (0)