Skip to content

Commit 5f11124

Browse files
Merge branch 'main' into publish-pre-release
2 parents ab5612b + 397ae27 commit 5f11124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release_tools/publish_docker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ def write_dockerfile(dest_dir, entrypoint):
6464
&& rm -rf /var/lib/apt/lists/*
6565
6666
# 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 \\
67+
RUN curl -Ls -o /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/latest/download/codeql-linux64.zip \\
6968
&& unzip /tmp/codeql.zip -d /opt \\
7069
&& mv /opt/codeql /opt/codeql-cli \\
7170
&& ln -s /opt/codeql-cli/codeql /usr/local/bin/codeql \\

0 commit comments

Comments
 (0)