mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-19 14:04:44 +01: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" ]
|