Skip to content

Commit

Permalink
chore(git): update dep for action
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Bode <eric.bode@foundries.io>
  • Loading branch information
StealthyCoder committed Apr 23, 2024
1 parent e1ede5e commit fb11913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/shfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apt update && \
apt upgrade -y && \
apt install -y --no-install-recommends wget ca-certificates && \
cd /usr/local/bin && \
wget https://github.com/mvdan/sh/releases/download/v3.5.1/shfmt_v3.5.1_linux_amd64 && \
mv shfmt_v3.5.1_linux_amd64 shfmt && \
wget https://github.com/mvdan/sh/releases/download/v3.8.0/shfmt_v3.8.0_linux_amd64 && \
mv shfmt_v3.8.0_linux_amd64 shfmt && \
chmod +x shfmt

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit fb11913

Please sign in to comment.