Skip to content

Commit 4762733

Browse files
committed
LLVM 22
1 parent 8be29e5 commit 4762733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get -y update \
1515
ADD https://apt.llvm.org/llvm.sh /tmp/llvm.sh
1616

1717
RUN chmod +x /tmp/llvm.sh \
18-
&& /tmp/llvm.sh 19 \
18+
&& /tmp/llvm.sh 22 \
1919
&& rm /tmp/llvm.sh
2020

2121
ENV PYENV_ROOT=/pyenv \

0 commit comments

Comments
 (0)