mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Update shellcheck URL
see details at https://github.com/koalaman/shellcheck/issues/1871
This commit is contained in:
parent
f269b85ebe
commit
945d5aad5d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ RUN gem install rubocop:0.74 rubocop-rails rubocop-github:0.13
|
||||||
######################
|
######################
|
||||||
# Install shellcheck #
|
# Install shellcheck #
|
||||||
######################
|
######################
|
||||||
RUN wget -qO- "https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz" | tar -xJv \
|
RUN wget -qO- "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz" | tar -xJv \
|
||||||
&& mv "shellcheck-stable/shellcheck" /usr/bin/
|
&& mv "shellcheck-stable/shellcheck" /usr/bin/
|
||||||
|
|
||||||
#####################
|
#####################
|
||||||
|
|
Loading…
Reference in a new issue