From f3cd78322c88f99ca4b42f30c292bce24ab5acf0 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 17 Aug 2024 00:09:41 +0000
Subject: [PATCH] chore(deps): update dependency mvdan/sh to v3.9.0

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4a9fe6d..61ab0e0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -81,7 +81,7 @@ RUN curl -L -o "/tmp/shellcheck-v${SHELLCHECK_VERSION}.tar.xz" "https://github.c
 # Install shfmt
 # @see https://github.com/mvdan/sh/releases
 # renovate: datasource=github-releases depName=mvdan/sh extractVersion=^v(?<version>.*)$
-ENV SH_VERSION=3.8.0
+ENV SH_VERSION=3.9.0
 # hadolint ignore=SC2015
 RUN curl -L -o "/tmp/shfmt-v${SH_VERSION}" "https://github.com/mvdan/sh/releases/download/v${SH_VERSION}/shfmt_v${SH_VERSION}_linux_386" \
   && mv "/tmp/shfmt-v${SH_VERSION}" /usr/bin/shfmt \