mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01:00
Update hadolint to 2.10
Use GHCR instead of Dockerhub and a fully qualified FROM
This commit is contained in:
parent
f988afea3d
commit
169ddcf265
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM hadolint/hadolint:v2.9.3-debian
|
FROM ghcr.io/hadolint/hadolint:v2.10.0-debian
|
||||||
|
|
||||||
COPY LICENSE README.md problem-matcher.json /
|
COPY LICENSE README.md problem-matcher.json /
|
||||||
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
COPY hadolint.sh /usr/local/bin/hadolint.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue