mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 14:45:53 +00:00
6 lines
153 B
Docker
6 lines
153 B
Docker
FROM hadolint/hadolint:v1.17.5-alpine
|
|
|
|
COPY LICENSE README.md /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|