From 983fc1e3007fa9857401e1b1ea8d92d5c9275199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 20:36:14 +0000 Subject: [PATCH] Bump mstruebing/editorconfig-checker from 2.4.0 to 2.7.0 (#4136) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 016a486a..d4fe63db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM golangci/golangci-lint:v1.52.2 as golangci-lint FROM hadolint/hadolint:latest-alpine as dockerfile-lint FROM hashicorp/terraform:1.4.6 as terraform FROM koalaman/shellcheck:v0.9.0 as shellcheck -FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker FROM mvdan/shfmt:v3.6.0 as shfmt FROM rhysd/actionlint:1.6.24 as actionlint FROM scalameta/scalafmt:v3.7.3 as scalafmt