Skip to content

Commit a054dea

Browse files
authored
Update Dockerfile to copy specific version files
1 parent 83dee35 commit a054dea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/tidy/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ COPY scripts/nodejs.sh /scripts/
2828
RUN sh /scripts/nodejs.sh /node
2929
ENV PATH="/node/bin:${PATH}"
3030

31-
COPY host-x86_64/tidy/*.version /tmp/
31+
COPY host-x86_64/tidy/eslint.version /tmp/
32+
COPY host-x86_64/tidy/yarn.version /tmp/
3233

3334
COPY scripts/sccache.sh /scripts/
3435
RUN sh /scripts/sccache.sh

0 commit comments

Comments
 (0)