From e7fef748d674c65e4d8bfd8c09337176f4f7a4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 10:57:39 -0600 Subject: [PATCH] Bump mstruebing/editorconfig-checker from 2.3.1 to 2.3.3 (#1182) Bumps mstruebing/editorconfig-checker from 2.3.1 to 2.3.3. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5552b7a9..0d1cf541 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ######################################### FROM cljkondo/clj-kondo:2021.01.20-alpine as clj-kondo FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter -FROM mstruebing/editorconfig-checker:2.3.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.3.3 as editorconfig-checker FROM yoheimuta/protolint:v0.28.1 as protolint FROM golangci/golangci-lint:v1.36.0 as golangci-lint FROM koalaman/shellcheck:v0.7.1 as shellcheck