Skip to content

Commit 21fa5a2

Browse files
authored
[Telink] Update Docker image (Zephyr update) (project-chip#41166)
1 parent e744545 commit 21fa5a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
167 : [Realtek] Add docker image for Zephyr examples
1+
168 : [Telink] Update Docker image (Zephyr update)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN set -x \
1818
&& : # last line
1919

2020
# Setup Zephyr version: 3.3.0; branch: develop_3.3
21-
ARG ZEPHYR_REVISION=1fe5c43c2d6babfec09dee36e3fde2966d4b5309
22-
ARG N22_BIN_REVISION=315bd62936f8f86531557c44790a8b70e14866cb
21+
ARG ZEPHYR_REVISION=f8e451335378fe5005679586eb57b64960f7e607
22+
ARG N22_BIN_REVISION=d8fcfa278c320ac2a330e6488a308b704887977a
2323
WORKDIR /opt/telink/zephyrproject
2424
RUN set -x \
2525
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN set -x \
1818
&& : # last line
1919

2020
# Setup Zephyr version: 4.1.0; branch: develop
21-
ARG ZEPHYR_REVISION=8392da5697ff59cb91fedc6a45668c2757125f1f
22-
ARG N22_BIN_REVISION=315bd62936f8f86531557c44790a8b70e14866cb
21+
ARG ZEPHYR_REVISION=1ce482a5d8846343af3f411532521677339a3630
22+
ARG N22_BIN_REVISION=d8fcfa278c320ac2a330e6488a308b704887977a
2323
WORKDIR /opt/telink/zephyrproject
2424
RUN set -x \
2525
&& python3 -m pip install --break-system-packages -U --no-cache-dir west \

0 commit comments

Comments
 (0)