mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-08 17:41:40 +00:00
7 lines
92 B
Docker
7 lines
92 B
Docker
FROM hadolint/hadolint:v1.17.5-alpine
|
|
|
|
COPY LICENSE README.md /
|
|
|
|
ENTRYPOINT [ "hadolint" ]
|
|
|