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 Sep 18, 2023
1 parent 4196eec commit 1552324
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 1552324

Please sign in to comment.