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.
2 parents ab5612b + 397ae27 commit 5f11124Copy full SHA for 5f11124
release_tools/publish_docker.py
@@ -64,8 +64,7 @@ def write_dockerfile(dest_dir, entrypoint):
64
&& rm -rf /var/lib/apt/lists/*
65
66
# Install CodeQL CLI
67
-ENV CODEQL_VERSION=2.23.0
68
-RUN curl -Ls -o /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/download/v$CODEQL_VERSION/codeql-linux64.zip \\
+RUN curl -Ls -o /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/latest/download/codeql-linux64.zip \\
69
&& unzip /tmp/codeql.zip -d /opt \\
70
&& mv /opt/codeql /opt/codeql-cli \\
71
&& ln -s /opt/codeql-cli/codeql /usr/local/bin/codeql \\
0 commit comments