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 3439a8b + 315a04d commit 9f9fb41Copy full SHA for 9f9fb41
docker/Dockerfile
@@ -13,8 +13,8 @@ ARG pypi_mirror=https://pypi.org/simple
13
ARG python_mirror=https://www.python.org/ftp/python
14
ARG python_version=3.12.3
15
ARG PYENV_ROOT=/root/.pyenv
16
-ARG llvm_version=release/18.x
17
-ARG cmake_version=3.29.5
+ARG llvm_version=release/19.x
+ARG cmake_version=3.30.1
18
ARG ninja_version=1.12.1
19
20
# For Ubuntu 24.04, the sources.list is located at /etc/apt/sources.list.d/ubuntu.sources
0 commit comments