diff --git a/Dockerfile b/Dockerfile index fc33450..1b7c0af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL "name"="sh-checker" LABEL "maintainer"="Luiz Muller " ARG shfmt_version=3.4.3 -ARG shellcheck_version=0.7.2 +ARG shellcheck_version=0.8.0 RUN apk add --no-cache bash git jq curl checkbashisms \ && apk add --no-cache --virtual .build-deps tar \