mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01:00
6 lines
92 B
Docker
6 lines
92 B
Docker
FROM hadolint/hadolint:v1.17.5-alpine
|
|
|
|
COPY LICENSE README.md /
|
|
|
|
ENTRYPOINT [ "hadolint" ]
|
|
|