From d1e7a0c06be085e812e9a6e83b492622e2b60217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 17:07:52 -0500 Subject: [PATCH] Bump koalaman/shellcheck from v0.7.1 to v0.7.2 (#1462) Bumps koalaman/shellcheck from v0.7.1 to v0.7.2. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b8b2d1a..82a93665 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker FROM yoheimuta/protolint:v0.31.0 as protolint FROM golangci/golangci-lint:v1.39.0 as golangci-lint -FROM koalaman/shellcheck:v0.7.1 as shellcheck +FROM koalaman/shellcheck:v0.7.2 as shellcheck FROM alpine/terragrunt:0.15.0 as terragrunt FROM wata727/tflint:0.28.0 as tflint FROM mvdan/shfmt:v3.2.4 as shfmt