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