Skip to content

Commit

Permalink
Merge pull request dockcross#831 from thewtex/wasi-sdk-22
Browse files Browse the repository at this point in the history
web-wasi: bump to wasi-sdk 22
  • Loading branch information
thewtex authored Apr 18, 2024
2 parents 20a1bd6 + d292408 commit 88c04a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-wasi/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${ORG}/base:latest

LABEL maintainer="Matt McCormick [email protected]"

ENV LLVM_VERSION 17
ENV LLVM_VERSION 18

# Build LLVM / Clang that supports our glibc
RUN apt-get update && \
Expand All @@ -18,7 +18,7 @@ RUN apt-get update && \
apt-get install -y clang-${LLVM_VERSION} lld-${LLVM_VERSION} && \
rm -rf /var/lib/apt/lists/*

ENV WASI_VERSION 21
ENV WASI_VERSION 22
ENV WASI_VERSION_FULL ${WASI_VERSION}.0
RUN cd /usr/ && \
curl -L -O https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz && \
Expand Down

0 comments on commit 88c04a4

Please sign in to comment.