From 22e9c118d46fa7872ea47715ece4e4139e8ba858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:24:31 +0000 Subject: [PATCH] Bump terraform-linters/tflint-bundle from v0.46.1.1 to v0.47.0.0 (#4400) Bumps [terraform-linters/tflint-bundle](https://github.com/terraform-linters/tflint-bundle) from v0.46.1.1 to v0.47.0.0. - [Commits](https://github.com/terraform-linters/tflint-bundle/compare/v0.46.1.1...v0.47.0.0) --- updated-dependencies: - dependency-name: terraform-linters/tflint-bundle dependency-type: direct:production ... 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 db931035..4606dc6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ FROM alpine/terragrunt:1.5.2 as terragrunt FROM assignuser/chktex-alpine:v0.1.1 as chktex FROM dotenvlinter/dotenv-linter:3.3.0 as dotenv-linter FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format -FROM ghcr.io/terraform-linters/tflint-bundle:v0.46.1.1 as tflint +FROM ghcr.io/terraform-linters/tflint-bundle:v0.47.0.0 as tflint FROM ghcr.io/yannh/kubeconform:v0.6.2 as kubeconfrm FROM golangci/golangci-lint:v1.53.3 as golangci-lint FROM hadolint/hadolint:latest-alpine as dockerfile-lint