From c6cd3f588f2d884eddfc29c43db95e074ffe40bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:28:36 +0000 Subject: [PATCH] chore(deps): update dependency mvdan/sh to v3.10.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9412809..e065388 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(?.*)$ -ENV SH_VERSION=3.9.0 +ENV SH_VERSION=3.10.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 \