We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecce22 commit dc33d94Copy full SHA for dc33d94
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG VERSION=1
+ARG VERSION=latest
2
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
3
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
4
@@ -50,7 +50,7 @@ RUN rm -rf /tmp/wifi_sdk/.git /tmp/wifi_sdk/examples /tmp/wifi_sdk/components/de
50
# Final SDK container for compiling using Silabs SDK
51
FROM ghcr.io/project-chip/chip-build:${VERSION}
52
53
-ADD requirements.txt /tmp/requirements.txt
+ADD docker/requirements.txt /tmp/requirements.txt
54
55
# GNU ARM Embedded toolchain, cross compiler for various platform builds
56
RUN set -x \
0 commit comments