Skip to content

Commit

Permalink
Updated comments in DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs committed Oct 16, 2024
1 parent d8f239d commit 60763ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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.3 (a6390dd)
# 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 && \
cd /tmp/wifi_sdk && \
rm -rf .git \
Expand Down

0 comments on commit 60763ea

Please sign in to comment.