[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 \