Merge branch 'feat/docker_new_ubuntu' into 'master'

Tools: Switch to Ubuntu 24.04 LTS in the ESP-IDF docker image

See merge request espressif/esp-idf!30617
This commit is contained in:
Roland Dobai
2024-05-03 18:05:01 +08:00

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
ARG DEBIAN_FRONTEND=noninteractive