Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RUN wget https://github.com/SiliconLabs/simplicity_sdk/releases/download/${SISDK
&& find /tmp/simplicity_sdk/protocol/openthread -name "*efr32mg21*" -delete \
&& : # last line

# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.11.4 (bf6b600)
RUN git clone --depth=1 --single-branch --branch=2.11.4 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk \
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.12.0 (7dc7686)
RUN git clone --depth=1 --single-branch --branch=2.12.0 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk \
&& cd /tmp/wiseconnect-wifi-bt-sdk \
&& rm -rf .git \
&& : # last line
Expand All @@ -48,7 +48,7 @@ RUN git clone --depth=1 --single-branch --branch=${WiFI_SDK_Tag} https://github.
&& : # last line

# Download and extract SLC CLI
RUN wget https://www.silabs.com/documents/login/software/slc_cli_linux.zip \
RUN wget https://www.silabs.com/documents/public/software/slc_cli_linux.zip \
&& unzip ./slc_cli_linux.zip -d /tmp \
&& rm ./slc_cli_linux.zip \
&& : # last line
Expand Down Expand Up @@ -103,4 +103,4 @@ COPY --from=build /tmp/wifi_sdk ${WISECONNECT3_DIR}
COPY --from=build /tmp/slc_cli /opt/silabs/slc_cli
COPY --from=build /tmp/simplicity-commander /opt/silabs/simplicity-commander
COPY --from=build /tmp/arm-gnu-toolchain-* ${ARM_GCC_DIR}
COPY --from=build /tmp/amazon-corretto-21.0.7.6.1-linux-x64 ${JAVA21_HOME}
COPY --from=build /tmp/amazon-corretto-21.0.7.6.1-linux-x64 ${JAVA21_HOME}
4 changes: 2 additions & 2 deletions docker/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SISDK_Tag=v2025.6.1
WiFI_SDK_Tag=v3.5.1
SISDK_Tag=v2025.6.2
WiFI_SDK_Tag=v3.5.2
Loading