We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35793ce commit a80e188Copy full SHA for a80e188
linux/Dockerfile
@@ -18,14 +18,14 @@ RUN git clone https://github.com/ivmai/bdwgc \
18
&& ./configure --disable-debug --disable-shared --enable-large-config \
19
&& make -j$(nproc)
20
21
-FROM alpine:3.16
+FROM alpine:3.17
22
23
# Install dependencies
24
RUN apk add --no-cache \
25
# Statically-compiled llvm
26
- llvm13-dev llvm13-static \
+ llvm15-dev llvm15-static \
27
# Static stdlib dependencies
28
- zlib-static yaml-static libxml2-dev pcre2-dev libevent-static \
+ zlib-static yaml-static libxml2-static pcre2-dev libevent-static \
29
# Static compiler dependencies
30
libffi-dev \
31
# Build tools
0 commit comments