Skip to content

Commit 60763ea

Browse files
committed
Updated comments in DockerFile
1 parent d8f239d commit 60763ea

File tree

1 file changed

+1
-1
lines changed
  • integrations/docker/images/stage-2/chip-build-efr32

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.3 (a6390dd)
32+
# Clone WiSeConnect SDK v3.3.2 (b5d6422)
3333
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 \

0 commit comments

Comments
 (0)