From 8a62e0d1b479a2885d2a9ca24c96f988dd42259c Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Mon, 2 Jan 2023 18:23:20 +0530 Subject: [PATCH] docker: Update chip docker image to tag V1.0.0.1 --- tools/docker/chip-builds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/chip-builds b/tools/docker/chip-builds index e09216283..932fe1671 100644 --- a/tools/docker/chip-builds +++ b/tools/docker/chip-builds @@ -7,7 +7,7 @@ ENV CHIP_PATH=/opt/espressif/connectedhomeip RUN set -x \ && git init \ && git remote add origin https://github.com/project-chip/connectedhomeip.git \ - && git fetch origin --depth 1 87bee4de25886ba00f1a177cd0f8791a48528a1f \ + && git fetch origin --depth 1 V1.0.0.1 \ && git checkout FETCH_HEAD \ && : # last line