From 6b5b7b1533641e106a51980a881c61a5e8cab8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Sun, 1 May 2022 16:23:29 +0000 Subject: [PATCH] feat: update shellcheck to the latest release ( 0.8.0 ) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4a1e9f..2a424d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL "name"="sh-checker" LABEL "maintainer"="Luiz Muller " ARG shfmt_version=3.3.1 -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 \