mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
6 lines
92 B
Docker
6 lines
92 B
Docker
FROM hadolint/hadolint:v1.17.5-alpine
|
|
|
|
COPY LICENSE README.md /
|
|
|
|
ENTRYPOINT [ "hadolint" ]
|
|
|