mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
set shellcheck version
This commit is contained in:
parent
ebd50aebbb
commit
916cff44e5
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ RUN git clone "${ARM_TTK_URI}" "${ARM_TTK_DIRECTORY}" \
|
|||
######################
|
||||
# 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 #
|
||||
|
|
Loading…
Reference in a new issue