We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53ef4d commit 1149344Copy full SHA for 1149344
integrations/docker/images/chip-build-esp32/Dockerfile
@@ -11,7 +11,7 @@ RUN set -x \
11
12
RUN set -x \
13
&& git clone --depth 1 --recursive -b release/v4.4 https://github.com/espressif/esp-idf.git /tmp/esp-idf \
14
- && git -C /tmp/esp-idf checkout ddc44956bf718540d5451e17e1becf6c7dffe5b8 \
+ && git -C /tmp/esp-idf checkout e104dd7f27d2e73ab0e9b614dd7b9295099069bf \
15
&& : # last line
16
17
FROM connectedhomeip/chip-build:${VERSION}
integrations/docker/images/chip-build/version
@@ -1 +1 @@
1
-0.5.35 Add K32W SDKs into chip-build-vscode
+0.5.36 Version bump reason: ESP32 update to newest 4.4 commit: e104dd7f27d2e73ab0e9b614dd7b9295099069bf
0 commit comments