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 a649b9c commit 202135bCopy full SHA for 202135b
Dockerfile
@@ -73,7 +73,7 @@ ENV CC=musl-gcc \
73
# Build zlib
74
FROM base AS build-zlib
75
# renovate: datasource=github-releases depName=madler/zlib
76
-ARG ZLIB_VERSION="1.3.1"
+ARG ZLIB_VERSION="1.3.2"
77
WORKDIR /src/zlib
78
RUN <<EOF
79
curl -fsSL "https://zlib.net/zlib-${ZLIB_VERSION}.tar.gz" | tar -xz --strip-components=1
0 commit comments