Skip to content

Commit

Permalink
feat: update shfmt to the latest release ( 3.4.3 )
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbg committed May 1, 2022
1 parent 1cfdaba commit ef038d9
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 ef038d9

Please sign in to comment.