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.
1 parent 7db20a0 commit 939c94bCopy full SHA for 939c94b
.github/workflows/containers/github-action-ci/Dockerfile
@@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:22.04 as base
2
ENV LLVM_SYSROOT=/opt/llvm
3
4
FROM base as stage1-toolchain
5
-ENV LLVM_VERSION=19.1.2
+ENV LLVM_VERSION=19.1.5
6
7
RUN apt-get update && \
8
apt-get install -y \
0 commit comments