diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile index 00085e37db68f5..7352a2f0cf02be 100644 --- a/integrations/docker/images/chip-build-telink/Dockerfile +++ b/integrations/docker/images/chip-build-telink/Dockerfile @@ -23,7 +23,7 @@ RUN set -x \ && : # last line # Setup Zephyr -ARG ZEPHYR_REVISION=0074d643c84e985bf91177216b4557236952b4fa +ARG ZEPHYR_REVISION=3da02564e056033ef184081b0ca15e8e00e40bc9 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 f77e6f8711dc81..d7177d3e99fc58 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.6.34 Version bump reason: Updating ZAP to v2023.01.19-nightly +0.6.35 Version bump reason: [Telink] Update Telink Docker image (Zephyr update)