Skip to content

Commit b4e4b8e

Browse files
authored
[Telink] Update Docker image (Zephyr update) (project-chip#38549)
1 parent dfc402f commit b4e4b8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
128 : Upgrading Silabs docker - sisdk 2024.12.2, Wiseconnect SDK 3.4.2, WC BT 2.11.4
1+
129 : [Telink] Update Docker image (Zephyr update)

integrations/docker/images/stage-2/chip-build-telink-zephyr_3_3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& : # last line
1919

2020
# Setup Zephyr version: 3.3.0; branch: develop_3.3
21-
ARG ZEPHYR_REVISION=c02df4a2bf7598d0a62b4d98f7f274bcbc1af4af
21+
ARG ZEPHYR_REVISION=2f112696a24c8921bcb196a3c4b90c4f8a37f710
2222
WORKDIR /opt/telink/zephyrproject
2323
RUN set -x \
2424
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \

integrations/docker/images/stage-2/chip-build-telink/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& : # last line
1919

2020
# Setup Zephyr version: 3.7.0; branch: develop
21-
ARG ZEPHYR_REVISION=eff83ae8b6e5bfdda87bcdb96760a938317e8c3c
21+
ARG ZEPHYR_REVISION=ed037d7de7c23eb14c908453d2d481cdf782796a
2222
WORKDIR /opt/telink/zephyrproject
2323
RUN set -x \
2424
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \

0 commit comments

Comments
 (0)