From ea3c1303d4e01279c32d999ae97a4b770298fb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 10:19:19 +0000 Subject: [PATCH] build(deps): bump hadolint/hadolint from v2.1.0-alpine to v2.9.3-alpine Bumps hadolint/hadolint from v2.1.0-alpine to v2.9.3-alpine. --- updated-dependencies: - dependency-name: hadolint/hadolint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7811781..6cde361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hadolint/hadolint:v2.1.0-alpine +FROM hadolint/hadolint:v2.9.3-alpine COPY LICENSE README.md problem-matcher.json / COPY hadolint.sh /usr/local/bin/hadolint.sh