We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfa001 commit 636d6c0Copy full SHA for 636d6c0
extras/docker/esp-idf/Dockerfile_stable
@@ -16,7 +16,7 @@ WORKDIR /supla
16
# Download and install espressif toolset and esp-idf
17
RUN mkdir esp && \
18
cd esp && \
19
- git clone -b v5.0.1 --recursive https://github.com/espressif/esp-idf.git esp-idf && \
+ git clone -b v5.0.2 --recursive https://github.com/espressif/esp-idf.git esp-idf && \
20
cd esp-idf && \
21
./install.sh all
22
0 commit comments