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 7d564b5 commit ac8dd91Copy full SHA for ac8dd91
extensions/ql-vscode/test/e2e/docker/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
7
unzip \
8
&& rm -rf /var/lib/apt/lists/*
9
10
-RUN wget -q -O /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/download/v2.15.5/codeql-linux64.zip \
+RUN wget -q -O /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/latest/download/codeql-linux64.zip \
11
&& unzip -q /tmp/codeql.zip -d /opt \
12
&& rm -rf /tmp/codeql.zip
13
0 commit comments