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
173 B
Text
Raw Normal View History

2022-03-22 09:41:42 +01:00
FROM hadolint/hadolint:v2.9.2-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" ]