From a6b0ad62a61aedb2536c738c44b72f332064eff6 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Sun, 14 Feb 2021 21:13:20 +0100 Subject: [PATCH] Updated to esp-idf v4.1-beta1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c279bb..824485a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN apt update \ && DEBIAN_FRONTEND=noninteractive apt install git-core cmake libusb-1.0-0 python3 python-is-python3 python3-virtualenv ccache -y \ && rm /var/lib/apt/lists/* /var/log/* -Rf -RUN git clone --branch=v4.1 https://github.com/espressif/esp-idf.git esp-idf \ +RUN git clone --branch=v4.1-beta1 https://github.com/espressif/esp-idf.git esp-idf \ && ./esp-idf/install.sh \ && rm -Rf esp-idf