Skip to content

Commit 636d6c0

Browse files
committed
esp-idf docker stable updated to v5.0.2
1 parent 0cfa001 commit 636d6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/docker/esp-idf/Dockerfile_stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /supla
1616
# Download and install espressif toolset and esp-idf
1717
RUN mkdir esp && \
1818
cd esp && \
19-
git clone -b v5.0.1 --recursive https://github.com/espressif/esp-idf.git esp-idf && \
19+
git clone -b v5.0.2 --recursive https://github.com/espressif/esp-idf.git esp-idf && \
2020
cd esp-idf && \
2121
./install.sh all
2222

0 commit comments

Comments
 (0)