Skip to content

Commit 9c7dd79

Browse files
committed
chore: alpine 3.21, clang 19
1 parent fc28b42 commit 9c7dd79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18
1+
FROM alpine:3.21
22
RUN apk update
33
RUN apk add clang lld git make llvm bash curl
44

@@ -7,8 +7,8 @@ RUN git clone https://github.com/CraneStation/wasi-libc.git && \
77
make install INSTALL_DIR=/opt/wasi-libc && \
88
rm -rf /wasi-libc
99

10-
RUN mkdir -p /usr/lib/llvm16/lib/clang/16/lib/wasi && \
11-
wget -O /usr/lib/llvm16/lib/clang/16/lib/wasi/libclang_rt.builtins-wasm32.a https://github.com/jedisct1/libclang_rt.builtins-wasm32.a/blob/master/precompiled/llvm-15-to-16/libclang_rt.builtins-wasm32.a?raw=true
10+
RUN mkdir -p /usr/lib/llvm19/lib/clang/19/lib/wasi && \
11+
wget -O /usr/lib/llvm19/lib/clang/19/lib/wasi/libclang_rt.builtins-wasm32.a https://github.com/jedisct1/libclang_rt.builtins-wasm32.a/blob/master/precompiled/llvm-19/libclang_rt.builtins-wasm32.a?raw=true
1212

1313
COPY entrypoint.sh /entrypoint.sh
1414
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)