Update hadolint to 2.10

Use GHCR instead of Dockerhub and a fully qualified FROM
This commit is contained in:
offa 2022-05-13 12:48:12 +02:00
parent f988afea3d
commit 169ddcf265

View file

@ -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