Skip to content

Commit a80e188

Browse files
Update linux build to LLVM 15 (#230)
1 parent 35793ce commit a80e188

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

linux/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ RUN git clone https://github.com/ivmai/bdwgc \
1818
&& ./configure --disable-debug --disable-shared --enable-large-config \
1919
&& make -j$(nproc)
2020

21-
FROM alpine:3.16
21+
FROM alpine:3.17
2222

2323
# Install dependencies
2424
RUN apk add --no-cache \
2525
# Statically-compiled llvm
26-
llvm13-dev llvm13-static \
26+
llvm15-dev llvm15-static \
2727
# Static stdlib dependencies
28-
zlib-static yaml-static libxml2-dev pcre2-dev libevent-static \
28+
zlib-static yaml-static libxml2-static pcre2-dev libevent-static \
2929
# Static compiler dependencies
3030
libffi-dev \
3131
# Build tools

0 commit comments

Comments
 (0)