From 28881f73bfb619febd72b893d583be3f5008a538 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Fri, 21 Apr 2023 17:32:59 +0300 Subject: [PATCH] [Telink] Update Telink Docker image (Zephyr update) (#26190) --- integrations/docker/images/chip-build-telink/Dockerfile | 2 +- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build-telink/Dockerfile b/integrations/docker/images/chip-build-telink/Dockerfile index 8492c85611a871..14c9d8dd3a8f17 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=79e02527e04b369180ceef7c4cd682b24889801e +ARG ZEPHYR_REVISION=abb88b989a7ee31c04d99615cd91c946c81c0aa5 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 239c2611130e59..33084d044249a3 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.7.1 Version bump reason: [ESP32] Update ESP-IDF to v4.4.4 release +0.7.2 Version bump reason: [Telink] Update Telink Docker image (Zephyr update)