We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0562a commit 68d2f47Copy full SHA for 68d2f47
Dockerfile
@@ -66,7 +66,7 @@ RUN apt update && \
66
apt-get clean
67
68
# ShellCheck with Ubuntu 14.04 container workaround
69
-RUN wget https://storage.googleapis.com/shellcheck/shellcheck-v$SHELLCHECK_VERSION.linux.x86_64.tar.xz -O- | \
+RUN wget https://github.com/koalaman/shellcheck/releases/download/v$SHELLCHECK_VERSION/shellcheck-v$SHELLCHECK_VERSION.linux.x86_64.tar.xz -O- | \
70
tar xJvf - shellcheck-v$SHELLCHECK_VERSION/shellcheck && \
71
mv shellcheck-v$SHELLCHECK_VERSION/shellcheck /bin && \
72
rmdir shellcheck-v$SHELLCHECK_VERSION
0 commit comments