mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-19 05:54:45 +01:00
88386d9893
* Add problem matcher * Fix loading tar file from artifacts
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" ]
|