set shellcheck version

This commit is contained in:
Gabo 2020-07-04 11:07:30 -05:00
parent ebd50aebbb
commit 916cff44e5

View file

@ -122,7 +122,7 @@ RUN git clone "${ARM_TTK_URI}" "${ARM_TTK_DIRECTORY}" \
###################### ######################
# Install shellcheck # # Install shellcheck #
###################### ######################
COPY --from=koalaman/shellcheck:stable /bin/shellcheck /usr/bin/ COPY --from=koalaman/shellcheck:v0.7.1 /bin/shellcheck /usr/bin/
##################### #####################
# Install Go Linter # # Install Go Linter #