From 38074269ee2622bfa43dc86a3deed7f32d15a839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:10:14 +0000 Subject: [PATCH] Bump mvdan/shfmt from v3.7.0 to v3.8.0 in /.github/linting Bumps mvdan/shfmt from v3.7.0 to v3.8.0. --- updated-dependencies: - dependency-name: mvdan/shfmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/linting/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linting/Dockerfile b/.github/linting/Dockerfile index eeab570..b73cd01 100644 --- a/.github/linting/Dockerfile +++ b/.github/linting/Dockerfile @@ -1,4 +1,4 @@ -FROM mvdan/shfmt:v3.7.0 as shfmt +FROM mvdan/shfmt:v3.8.0 as shfmt FROM koalaman/shellcheck:v0.9.0 as shellcheck FROM python:3.11.3-alpine3.16