Skip to content

Commit 75aa663

Browse files
committed
[musl-image] bump zlib version
1 parent 45565b0 commit 75aa663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/muslbuilder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN curl -sSL https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5
6666
make install PREFIX=/fake.root && \
6767
cd /extract && rm -rf *
6868

69-
RUN curl -sSL https://www.zlib.net/zlib-1.3.1.tar.gz | tar xvzC /extract/ && \
69+
RUN curl -sSL https://www.zlib.net/zlib-1.3.2.tar.gz | tar xvzC /extract/ && \
7070
cd /extract/zlib-* && ./configure --prefix=/fake.root --static && \
7171
make -j2 && \
7272
make install && \

0 commit comments

Comments
 (0)