Skip to content

Commit 8827cdf

Browse files
authored
Update docker image to LLVM 18 (#427)
1 parent 68df37e commit 8827cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN mv /wasi-sdk-* /wasi-sdk
1717

1818
FROM ubuntu:22.04
1919

20-
ENV LLVM_VERSION 17
20+
ENV LLVM_VERSION 18
2121

2222
# Install build toolchain including clang, ld, make, autotools, ninja, and cmake
2323
RUN apt-get update && \

0 commit comments

Comments
 (0)