mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
20e70041a2
Bumps hadolint/hadolint from v1.19.0-alpine to v2.1.0-alpine. Signed-off-by: dependabot[bot] <support@github.com>
6 lines
173 B
Docker
6 lines
173 B
Docker
FROM hadolint/hadolint:v2.1.0-alpine
|
|
|
|
COPY LICENSE README.md problem-matcher.json /
|
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
|
|
|
ENTRYPOINT [ "/usr/local/bin/hadolint.sh" ]
|