Skip to content

Commit dc33d94

Browse files
committed
use full paths
1 parent 6ecce22 commit dc33d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VERSION=1
1+
ARG VERSION=latest
22
FROM ghcr.io/project-chip/chip-build:${VERSION} as build
33
LABEL org.opencontainers.image.source https://github.com/project-chip/connectedhomeip
44

@@ -50,7 +50,7 @@ RUN rm -rf /tmp/wifi_sdk/.git /tmp/wifi_sdk/examples /tmp/wifi_sdk/components/de
5050
# Final SDK container for compiling using Silabs SDK
5151
FROM ghcr.io/project-chip/chip-build:${VERSION}
5252

53-
ADD requirements.txt /tmp/requirements.txt
53+
ADD docker/requirements.txt /tmp/requirements.txt
5454

5555
# GNU ARM Embedded toolchain, cross compiler for various platform builds
5656
RUN set -x \

0 commit comments

Comments
 (0)