From 3c6566c0e93143eea7e358ac0ce884b07f9600d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 06:03:30 +0000 Subject: [PATCH] Bump wata727/tflint from 0.16.2 to 0.18.0 Bumps wata727/tflint from 0.16.2 to 0.18.0. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 242e066c..df1d2903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM mstruebing/editorconfig-checker:2.1.0 as editorconfig-checker FROM golangci/golangci-lint:v1.27.0 as golangci-lint FROM yoheimuta/protolint:v0.25.1 as protolint FROM koalaman/shellcheck:v0.7.1 as shellcheck -FROM wata727/tflint:0.16.2 as tflint +FROM wata727/tflint:0.18.0 as tflint ################## # Get base image #