Skip to content

Commit

Permalink
Merge branch 'feat/docker_new_ubuntu' into 'master'
Browse files Browse the repository at this point in the history
Tools: Switch to Ubuntu 24.04 LTS in the ESP-IDF docker image

See merge request espressif/esp-idf!30617
  • Loading branch information
dobairoland committed May 3, 2024
2 parents a76f106 + a23eec2 commit 0f87923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 0f87923

Please sign in to comment.