hadolint/Dockerfile

7 lines
182 B
Text
Raw Normal View History

2022-11-11 05:52:50 -05:00
FROM ghcr.io/hadolint/hadolint:v2.12.0-debian
2019-10-02 21:50:00 +01:00
2020-12-05 19:38:01 +01:00
COPY LICENSE README.md problem-matcher.json /
COPY hadolint.sh /usr/local/bin/hadolint.sh
2019-10-02 21:50:00 +01:00
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]