From f28e0a1c174c29d797cd8c8d80486de64c3d04a0 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Sun, 29 Sep 2024 15:52:11 +0000 Subject: [PATCH] [Telink] Update Docker image (Zephyr update) --- integrations/docker/images/stage-2/chip-build-telink/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/docker/images/stage-2/chip-build-telink/Dockerfile b/integrations/docker/images/stage-2/chip-build-telink/Dockerfile index 4077fbe9ea2a6f..4311be77edddc4 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=666326aabcb1b0c1c8d5ef9bd3c9588fd7dbaaf1 +ARG ZEPHYR_REVISION=3ed7686a9378de6be1368c912f9a42f998bbfb18 WORKDIR /opt/telink/zephyrproject RUN set -x \ && python3 -m pip install --break-system-packages -U --no-cache-dir west \