From 17a0d46938ec9c1e3a5150188e208103508a3cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 10:03:10 +0000 Subject: [PATCH] build(deps): bump hadolint/hadolint from v2.1.0-alpine to 2.12.0-alpine Bumps hadolint/hadolint from v2.1.0-alpine to 2.12.0-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..40e7024 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hadolint/hadolint:v2.1.0-alpine +FROM hadolint/hadolint:2.12.0-alpine COPY LICENSE README.md problem-matcher.json / COPY hadolint.sh /usr/local/bin/hadolint.sh