From dca78a66281920d41dd7c5c2b99be78d52768147 Mon Sep 17 00:00:00 2001 From: Piotr Stolarz Date: Thu, 24 Aug 2023 22:20:30 +0200 Subject: [PATCH] CI/CD: updated to ESP-IDF v5.1.1 --- .github/espidf-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/espidf-ci/Dockerfile b/.github/espidf-ci/Dockerfile index 01f2b01..063d566 100644 --- a/.github/espidf-ci/Dockerfile +++ b/.github/espidf-ci/Dockerfile @@ -27,7 +27,7 @@ RUN ln -sf /bin/bash /bin/sh RUN cd / && \ git clone https://github.com/espressif/esp-idf && \ cd esp-idf && \ - git checkout v5.1 && \ + git checkout v5.1.1 && \ git submodule update --init --recursive RUN cd /esp-idf && \