Skip to content

Commit

Permalink
chore: bump shfmt and shellcheck versions
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Sep 14, 2024
1 parent c6edb3d commit 949be78
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 949be78

Please sign in to comment.