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 45565b0 commit 75aa663Copy full SHA for 75aa663
1 file changed
.github/actions/muslbuilder/Dockerfile
@@ -66,7 +66,7 @@ RUN curl -sSL https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5
66
make install PREFIX=/fake.root && \
67
cd /extract && rm -rf *
68
69
-RUN curl -sSL https://www.zlib.net/zlib-1.3.1.tar.gz | tar xvzC /extract/ && \
+RUN curl -sSL https://www.zlib.net/zlib-1.3.2.tar.gz | tar xvzC /extract/ && \
70
cd /extract/zlib-* && ./configure --prefix=/fake.root --static && \
71
make -j2 && \
72
make install && \
0 commit comments