Skip to content

Commit ee3b2a6

Browse files
committed
Merge branch 'fix_docker' into 'main'
docker: pin chip-build docker tag to 67 for matter_builds See merge request app-frameworks/esp-matter!951
2 parents 9503928 + 5f71cca commit ee3b2a6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tools/docker/matter_builds/Dockerfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -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
1+
# 67 is the latest tag which updates the docker image for ESP32 platform
2+
# hence pinning version to 67 for building with v1.4-branch.
3+
ARG VERSION=67
64
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
75

86
# Use IDF_CHECKOUT_REF to specify a tag, a branch or a specific commit ID.

0 commit comments

Comments
 (0)