Skip to content

Commit eab5e50

Browse files
rerasoolnivi-apple
authored andcommitted
[Silabs] Update Silabs docker WiseConnect 3.3.2 (project-chip#35630)
1 parent 555fd49 commit eab5e50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
77 : [NXP] Migrate docker image to NXP Zephyr 3.7 downstream release
1+
78 : [Silabs] Update Silabs docker WiseConnect 3.3.2

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/Silic
2929
rm -rf .git \
3030
&& : # last line
3131

32-
# Clone WiSeConnect SDK v3.3.1 (841ea3f)
33-
RUN git clone --depth=1 --single-branch --branch=v3.3.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk && \
32+
# Clone WiSeConnect SDK v3.3.2 (b5d6422)
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)