Skip to content

Commit

Permalink
Update Silabs docker to pull latest gsdk (v4.3.1) (#28633)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Feb 26, 2024
1 parent 07d44fa commit 2518821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/base/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7 : Fix TI sysconfig root in vscode image
8 : Update Silabs GSDK to v4.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN set -x \
&& : # last line


#Clone Gecko SDK 4.2.0 (ef05eb6)
RUN git clone --depth=1 --branch=v4.2.3 https://github.com/SiliconLabs/gecko_sdk.git && \
#Clone Gecko SDK 4.3.1 (2ba59bf)
RUN git clone --depth=1 --branch=v4.3.1 https://github.com/SiliconLabs/gecko_sdk.git && \
cd gecko_sdk && \
rm -rf .git \
&& : # last line
Expand Down

0 comments on commit 2518821

Please sign in to comment.