From 82be271e5ea7af17f30203855c12e01214015482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:22:56 -0700 Subject: [PATCH] Bump mstruebing/editorconfig-checker from 2.7.1 to 2.7.2 (#4740) Bumps mstruebing/editorconfig-checker from 2.7.1 to 2.7.2. --- updated-dependencies: - dependency-name: mstruebing/editorconfig-checker dependency-type: direct:production update-type: version-update:semver-patch ... 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 af9473cf..13242874 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM golangci/golangci-lint:v1.55.1 as golangci-lint FROM hadolint/hadolint:latest-alpine as dockerfile-lint FROM hashicorp/terraform:1.6.2 as terraform FROM koalaman/shellcheck:v0.9.0 as shellcheck -FROM mstruebing/editorconfig-checker:2.7.1 as editorconfig-checker +FROM mstruebing/editorconfig-checker:2.7.2 as editorconfig-checker FROM mvdan/shfmt:v3.7.0 as shfmt FROM rhysd/actionlint:1.6.26 as actionlint FROM scalameta/scalafmt:v3.7.3 as scalafmt