Merge branch 'update_dockerfile' into 'main'

docker: Update chip docker image to tag V1.0.0.1

See merge request app-frameworks/esp-matter!259
This commit is contained in:
Hrishikesh Dhayagude
2023-01-04 14:57:55 +08:00
+1 -1
View File
@@ -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