From 169ddcf26544b892e9224ce0e8a862ce8aaa2d49 Mon Sep 17 00:00:00 2001 From: offa Date: Fri, 13 May 2022 12:48:12 +0200 Subject: [PATCH] Update hadolint to 2.10 Use GHCR instead of Dockerhub and a fully qualified FROM --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57da5f5..791df4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 hadolint.sh /usr/local/bin/hadolint.sh