mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-07 09:01:37 +00:00
7 lines
180 B
Docker
7 lines
180 B
Docker
FROM hadolint/hadolint:v2.13.1-beta2-debian
|
|
|
|
COPY LICENSE README.md problem-matcher.json /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|