From e0dc3e1bce68f2ed21c94acc8b177b640d58cf1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:53:42 -0500 Subject: [PATCH] Bump mvdan/shfmt from v3.9.0 to v3.10.0 in /.github/linting (#101) --- .github/linting/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linting/Dockerfile b/.github/linting/Dockerfile index 20e7bdb..4f02220 100644 --- a/.github/linting/Dockerfile +++ b/.github/linting/Dockerfile @@ -1,4 +1,4 @@ -FROM mvdan/shfmt:v3.9.0 as shfmt +FROM mvdan/shfmt:v3.10.0 as shfmt FROM koalaman/shellcheck:v0.10.0 as shellcheck FROM python:3.11.3-alpine3.16