diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile index 14c9d8dd3a8f17..bdd171546c24b4 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=abb88b989a7ee31c04d99615cd91c946c81c0aa5 +ARG ZEPHYR_REVISION=00b18f25fe665ea14e001f385713a8dce22886ea 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 829aa492cebacb..41c06f97e195e2 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.7.10 Version bump reason: [ASR] implement docker best practices +0.7.11 Version bump reason: [Telink] Update Docker image (Zephyr update)