We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9503928 + 5f71cca commit ee3b2a6Copy full SHA for ee3b2a6
tools/docker/matter_builds/Dockerfile
@@ -1,8 +1,6 @@
1
-# The chip-build image is moved to Ubuntu 24.04 for Matter v1.4 onwards.
2
-# For Matter v1.3 and earlier, it uses Ubuntu 22.04.
3
-# Therefore, pinning this to version:54 for building Docker images.
4
-# TODO: Move to latest when updating submodule
5
-ARG VERSION=54
+# 67 is the latest tag which updates the docker image for ESP32 platform
+# hence pinning version to 67 for building with v1.4-branch.
+ARG VERSION=67
6
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
7
8
# Use IDF_CHECKOUT_REF to specify a tag, a branch or a specific commit ID.
0 commit comments