diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile index 7352a2f0cf02be..1a9196cd787d3c 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=3da02564e056033ef184081b0ca15e8e00e40bc9 +ARG ZEPHYR_REVISION=bc0f7ba490a45f58610cc2df25f4cadff2d6820b 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 28bc70ad831983..fe1536b059acdd 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.6.44 Version bump reason: [Java] update kotlin compiler version to 1.8.10 +0.6.45 Version bump reason: [Telink] Update Telink Docker image (Zephyr update)