mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-15 14:45:53 +00:00
6 lines
254 B
Docker
6 lines
254 B
Docker
FROM ghcr.io/hadolint/hadolint:v2.14.0-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2
|
|
|
|
COPY LICENSE README.md problem-matcher.json /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|