mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-04 23:51:38 +00:00
169ddcf265
Use GHCR instead of Dockerhub and a fully qualified FROM
7 lines
182 B
Docker
7 lines
182 B
Docker
FROM ghcr.io/hadolint/hadolint:v2.10.0-debian
|
|
|
|
COPY LICENSE README.md problem-matcher.json /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|