Skip to content

Commit

Permalink
Merge pull request #62 from josegonzalez/patch-1
Browse files Browse the repository at this point in the history
chore: bump shfmt and shellcheck versions
  • Loading branch information
luizm committed Sep 16, 2024
2 parents c6edb3d + 949be78 commit a32a0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.18.4
LABEL "name"="sh-checker"
LABEL "maintainer"="Luiz Muller <[email protected]>"

ARG shfmt_version=3.7.0
ARG shellcheck_version=0.9.0
ARG shfmt_version=3.9.0
ARG shellcheck_version=0.10.0
ARG gh_version=2.37.0

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

0 comments on commit a32a0ec

Please sign in to comment.