Skip to content

Commit 3fe40e5

Browse files
authored
Merge pull request #5950 from thaJeztah/dockerfile_linting
Dockerfile: fix JSONArgsRecommended warning
2 parents f1385df + 7b348e4 commit 3fe40e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docke
117117
COPY --link . .
118118
ENV DOCKER_BUILDKIT=1
119119
ENV PATH=/go/src/github.com/docker/cli/build:$PATH
120-
CMD ./scripts/test/e2e/entry
120+
CMD ["./scripts/test/e2e/entry"]
121121

122122
FROM build-base-${BASE_VARIANT} AS dev
123123
COPY --link . .

0 commit comments

Comments
 (0)