commit | 95e3d94fb777c518c66736c69b733d36f286d892 | [log] [tgz] |
---|---|---|
author | Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> | Thu Aug 10 13:55:50 2023 -0400 |
committer | GitHub <noreply@github.com> | Thu Aug 10 13:55:50 2023 -0400 |
tree | 7ce03c77b7a13e5a8eaf2da672e4769bd06e00b1 | |
parent | 7353fd6cab156b2f5cf5ca432f005cf33312a1fe [diff] |
Update Silabs docker to pull latest gsdk (v4.3.1) (#28633)
diff --git a/integrations/docker/images/base/chip-build/version b/integrations/docker/images/base/chip-build/version index a3bb1d9..ca7bc01 100644 --- a/integrations/docker/images/base/chip-build/version +++ b/integrations/docker/images/base/chip-build/version
@@ -1 +1 @@ -7 : Fix TI sysconfig root in vscode image +8 : Update Silabs GSDK to v4.3.1
diff --git a/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile b/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile index 1946a0e..619dcb8 100644 --- a/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile +++ b/integrations/docker/images/stage-2/chip-build-efr32/Dockerfile
@@ -17,8 +17,8 @@ && : # 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