Update connectedhomeip submodule in docker image and minor doc changes

Closes https://github.com/espressif/esp-matter/issues/87
This commit is contained in:
Shubham Patil
2022-11-14 14:05:17 +05:30
parent 3fdc44c686
commit 08dd32256d
2 changed files with 6 additions and 2 deletions
+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 4f7669b052b16bd054227376e1bbadac85419793 \
&& git fetch origin --depth 1 87bee4de25886ba00f1a177cd0f8791a48528a1f \
&& git checkout FETCH_HEAD \
&& : # last line