Skip to content

Commit 7c7fdab

Browse files
authored
Pin zlib version
1 parent 28cf804 commit 7c7fdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN CXXFLAGS=-O3 LDFLAGS=-O3 emconfigure ./configure --use-cuda=no --static --st
3232
RUN EMMAKEN_CFLAGS="-r -s ERROR_ON_UNDEFINED_SYMBOLS=0 -Wl,--allow-undefined" emmake make -j $(nproc)
3333

3434
WORKDIR /tmp/zlib
35-
RUN curl --fail -q -L https://zlib.net/zlib-1.2.13.tar.gz | \
35+
RUN curl --fail -q -L https://zlib.net/fossils/zlib-1.2.13.tar.gz | \
3636
tar xz --strip-components=1
3737
RUN emconfigure ./configure --prefix=/opt
3838
RUN emmake make -j $(nproc)

0 commit comments

Comments
 (0)