Skip to content

Commit b2146da

Browse files
committed
fix(docker): Bump base image
1 parent 37d69ca commit b2146da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# To Do: Check if it is worth to use espressif/idf as base image (image size will be much bigger)
2-
FROM ubuntu:22.04
2+
FROM ubuntu:latest
33

44
# switch to root, let the entrypoint drop back to host user
55
USER root

0 commit comments

Comments
 (0)