diff --git a/integrations/docker/images/base/chip-build/version b/integrations/docker/images/base/chip-build/version index e52ac5a54f37c8..b8796fcbebc1c5 100644 --- a/integrations/docker/images/base/chip-build/version +++ b/integrations/docker/images/base/chip-build/version @@ -1 +1 @@ -117 : [TI] Update java version for chip-build-vscode +118 : [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 773b18ae3f15ec..12c664d683a906 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 @@ RUN set -x \ && : # last line # Setup Zephyr -ARG ZEPHYR_REVISION=ce4027fc0768b8509758af2e43f74e3fd2c7d58d +ARG ZEPHYR_REVISION=fdccaba1ebc147908e9cca653e6c6743def3332b WORKDIR /opt/telink/zephyrproject RUN set -x \ && python3 -m pip install --break-system-packages -U --no-cache-dir west \