1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00
hadolint/Dockerfile
José Lorenzo Rodríguez 0bc6199b82
upgrade to 2.9.2
2022-03-22 09:41:42 +01:00

6 lines
173 B
Docker

FROM hadolint/hadolint:v2.9.2-debian
COPY LICENSE README.md problem-matcher.json /
COPY hadolint.sh /usr/local/bin/hadolint.sh
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]