Skip to content

Commit

Permalink
docker/Dockerfile: bump LLVM_VERSION to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Sep 27, 2023
1 parent c95463b commit 35e5b56
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 16
ENV LLVM_VERSION 17

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

0 comments on commit 35e5b56

Please sign in to comment.