Skip to content

Commit

Permalink
Merge pull request #53 from johannbg/master
Browse files Browse the repository at this point in the history
feat: update shfmt to the latest release ( 3.4.3 )
  • Loading branch information
luizm committed May 2, 2022
2 parents 1cfdaba + ef038d9 commit 7b59228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.12.3
LABEL "name"="sh-checker"
LABEL "maintainer"="Luiz Muller <contact@luizm.dev>"

ARG shfmt_version=3.3.1
ARG shfmt_version=3.4.3
ARG shellcheck_version=0.7.2

RUN apk add --no-cache bash git jq curl checkbashisms \
Expand Down

0 comments on commit 7b59228

Please sign in to comment.