Skip to content

Commit f6a9199

Browse files
authored
Update to IDF 4.4 (#1)
1 parent ff6b190 commit f6a9199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM espressif/idf:release-v4.3
1+
FROM espressif/idf:release-v4.4
22

33
ARG DEBIAN_FRONTEND=nointeractive
44

@@ -21,7 +21,7 @@ ENV QEMU_URL=https://github.com/espressif/qemu/releases/download/${QEMU_REL}/${Q
2121

2222
ENV LC_ALL=C.UTF-8
2323
ENV LANG=C.UTF-8
24-
ENV IDF_PYTHON_ENV_PATH=/opt/esp/python_env/idf4.3_py3.6_env
24+
ENV IDF_PYTHON_ENV_PATH=/opt/esp/python_env/idf4.4_py3.8_env
2525

2626
RUN wget --no-verbose ${QEMU_URL} \
2727
&& echo "${QEMU_SHA256} *${QEMU_DIST}" | sha256sum --check --strict - \

0 commit comments

Comments
 (0)