[Telink]: Update to Zephyr with factory data (#23378)

diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile
index 766fd55..5f6b08c 100644
--- a/integrations/docker/images/chip-build-telink/Dockerfile
+++ b/integrations/docker/images/chip-build-telink/Dockerfile
@@ -17,7 +17,7 @@
     && : # last line
 
 # Setup Zephyr
-ARG ZEPHYR_REVISION=c57ffb4738251a3b670ded02ba514aa5c650563a
+ARG ZEPHYR_REVISION=dac17979d626bb820268660b4272a56d04d8083b
 WORKDIR /opt/telink/zephyrproject
 RUN set -x \
     && python3 -m pip install -U --no-cache-dir \
diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version
index a7be338..31a9e44 100644
--- a/integrations/docker/images/chip-build/version
+++ b/integrations/docker/images/chip-build/version
@@ -1 +1 @@
-0.6.05 Version bump reason: [nrfconnect] Update nRF Connect SDK version.
+0.6.06 Version bump reason: [Telink] Update Telink Docker.