Skip to content

Commit 3fabd07

Browse files
committed
Output the shellcheck version in the build
1 parent 96b99b6 commit 3fabd07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ARG RELEASE_VERSION=latest
66
ARG VCS_REF
77
ARG BUILD_DATE
88

9-
RUN apk add --no-cache --update make bash
9+
RUN apk add --no-cache --update make bash \
10+
&& shellcheck --version
1011

1112
COPY entrypoint.sh /entrypoint.sh
1213

0 commit comments

Comments
 (0)