File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
integrations/docker/images
chip-build-telink-zephyr_3_3 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 149 : [nrfconnect] Fix nRF Connect SDK docker image.
1+ 150 : [Telink] Update Docker image (Zephyr update)
Original file line number Diff line number Diff 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=27edf4b562b162d66087edbafe28c2c57c1c70e8
22- ARG N22_BIN_REVISION=c8835e37647f0de6caf5f3c9264ca42d7231354b
21+ ARG ZEPHYR_REVISION=acc42427122e7d85481dc14e459834d25bf28697
22+ ARG N22_BIN_REVISION=a75790f16043dd42deb0801a5d0ff83711e3a26a
2323WORKDIR /opt/telink/zephyrproject
2424RUN set -x \
2525 && python3 -m pip install --break-system-packages -U --no-cache-dir west \
Original file line number Diff line number Diff 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=68194e5ec7d9852e59b696224e49186152104b3a
22- ARG N22_BIN_REVISION=c8835e37647f0de6caf5f3c9264ca42d7231354b
21+ ARG ZEPHYR_REVISION=522ce11c5ddfd004b5640a1f51a5fce2e0f14c35
22+ ARG N22_BIN_REVISION=a75790f16043dd42deb0801a5d0ff83711e3a26a
2323WORKDIR /opt/telink/zephyrproject
2424RUN set -x \
2525 && python3 -m pip install --break-system-packages -U --no-cache-dir west \
You can’t perform that action at this time.
0 commit comments