Skip to content

Commit

Permalink
Update docker image to LLVM 18 (WebAssembly#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Jun 11, 2024
1 parent 68df37e commit 8827cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN mv /wasi-sdk-* /wasi-sdk

FROM ubuntu:22.04

ENV LLVM_VERSION 17
ENV LLVM_VERSION 18

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

0 comments on commit 8827cdf

Please sign in to comment.