commit | 9c6c36515babcda2c50d88be0293d339bc66bdf0 | [log] [tgz] |
---|---|---|
author | Alex Tsitsiura <s07641069@gmail.com> | Mon Sep 30 20:08:25 2024 +0300 |
committer | GitHub <noreply@github.com> | Mon Sep 30 13:08:25 2024 -0400 |
tree | 2c96a5d7d640519e4833ecc3d3e684a814e2bdcd | |
parent | 92cac028c47685a251cb25254642d1bbe64c8834 [diff] |
[Telink] Update Docker image (Zephyr update) (#35827) * [Telink] Update Docker image (Zephyr update) * [Telink] Update Docker image (Zephyr update)
diff --git a/integrations/docker/images/base/chip-build/version b/integrations/docker/images/base/chip-build/version index 6cfc3e7..9f5456c 100644 --- a/integrations/docker/images/base/chip-build/version +++ b/integrations/docker/images/base/chip-build/version
@@ -1 +1 @@ -80 : [Tizen] Run tests from 9P-shared directory instead of ISO +81 : [Telink] Update Docker image (Zephyr update)
diff --git a/integrations/docker/images/stage-2/chip-build-telink/Dockerfile b/integrations/docker/images/stage-2/chip-build-telink/Dockerfile index 348d698..4311be7 100644 --- a/integrations/docker/images/stage-2/chip-build-telink/Dockerfile +++ b/integrations/docker/images/stage-2/chip-build-telink/Dockerfile
@@ -18,7 +18,7 @@ && : # last line # Setup Zephyr -ARG ZEPHYR_REVISION=9ea364fd3b48c97f7cea6d69935f1fa630e30fb7 +ARG ZEPHYR_REVISION=3ed7686a9378de6be1368c912f9a42f998bbfb18 WORKDIR /opt/telink/zephyrproject RUN set -x \ && python3 -m pip install --break-system-packages -U --no-cache-dir west \