Skip to content

Commit

Permalink
Update efr32 dockerfile to pull gsdk 4.2.3 (#27633)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Jan 12, 2024
1 parent e2dd04c commit 3685729
Show file tree
Hide file tree
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
Expand Up @@ -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/

Expand Down
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 3685729

Please sign in to comment.