commit | 81a64dcab42b1108c4bea24ec5310ec7c0a0b59d | [log] [tgz] |
---|---|---|
author | Alex Tsitsiura <s07641069@gmail.com> | Sat Oct 29 16:52:47 2022 +0300 |
committer | GitHub <noreply@github.com> | Sat Oct 29 09:52:47 2022 -0400 |
tree | acfae38f415e51f3ce32341d547e8815cd2d26f3 | |
parent | df95e924884439a1e916754c5117c39e52082041 [diff] |
[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.