Files
hadolint-action/Dockerfile
T

7 lines
85 B
Docker

FROM hadolint/hadolint:v1.17.2
COPY LICENSE README.md /
ENTRYPOINT [ "hadolint" ]