Skip to content

Commit 9f9fb41

Browse files
authored
Merge pull request #24 from zincnode/update_version
[docker] Update llvm and cmake version
2 parents 3439a8b + 315a04d commit 9f9fb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ARG pypi_mirror=https://pypi.org/simple
1313
ARG python_mirror=https://www.python.org/ftp/python
1414
ARG python_version=3.12.3
1515
ARG PYENV_ROOT=/root/.pyenv
16-
ARG llvm_version=release/18.x
17-
ARG cmake_version=3.29.5
16+
ARG llvm_version=release/19.x
17+
ARG cmake_version=3.30.1
1818
ARG ninja_version=1.12.1
1919

2020
# For Ubuntu 24.04, the sources.list is located at /etc/apt/sources.list.d/ubuntu.sources

0 commit comments

Comments
 (0)