1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00
hadolint/Dockerfile

7 lines
182 B
Text
Raw Normal View History

2022-11-11 11:52:50 +01:00
FROM ghcr.io/hadolint/hadolint:v2.12.0-debian
2019-10-02 22:50:00 +02: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 22:50:00 +02:00
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]