Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update efr32 dockerfile to pull gsdk 4.2.3 (#27633)
Browse files Browse the repository at this point in the history
jmartinez-silabs authored and pull[bot] committed Nov 22, 2023
1 parent 995c966 commit 5362322
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrations/docker/images/chip-build-efr32/Dockerfile
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ RUN set -x \
&& : # last line


#Clone Gecko SDK 4.2.0 (d4854d2)
RUN git clone --depth=1 --branch=v4.2.0 https://github.com/SiliconLabs/gecko_sdk.git
#Clone Gecko SDK 4.2.0 (ef05eb6)
RUN git clone --depth=1 --branch=v4.2.3 https://github.com/SiliconLabs/gecko_sdk.git

ENV GSDK_ROOT=/gecko_sdk/

2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.24 Version bump reason: [Telink] Update Docker image (Zephyr update)
0.7.25 Version bump reason: Update silabs GSDK version

0 comments on commit 5362322

Please sign in to comment.