Merge pull request #5950 from thaJeztah/dockerfile_linting

Dockerfile: fix JSONArgsRecommended warning
This commit is contained in:
Sebastiaan van Stijn 2025-03-26 19:17:42 +01:00 committed by GitHub
commit 3fe40e5ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,7 @@ COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docke
COPY --link . .
ENV DOCKER_BUILDKIT=1
ENV PATH=/go/src/github.com/docker/cli/build:$PATH
CMD ./scripts/test/e2e/entry
CMD ["./scripts/test/e2e/entry"]
FROM build-base-${BASE_VARIANT} AS dev
COPY --link . .