Skip to content

Commit

Permalink
chore(deps): update dependency mvdan/sh to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 11, 2024
1 parent 997dca9 commit c1e4edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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.7.0
ENV SH_VERSION=3.8.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 \
Expand Down

0 comments on commit c1e4edf

Please sign in to comment.