Skip to content

Commit 202135b

Browse files
authored
Update dependency madler/zlib to v1.3.2 (#190)
Signed-off-by: Renovate <20075896+sszynrae@users.noreply.github.com>
1 parent a649b9c commit 202135b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ENV CC=musl-gcc \
7373
# Build zlib
7474
FROM base AS build-zlib
7575
# renovate: datasource=github-releases depName=madler/zlib
76-
ARG ZLIB_VERSION="1.3.1"
76+
ARG ZLIB_VERSION="1.3.2"
7777
WORKDIR /src/zlib
7878
RUN <<EOF
7979
curl -fsSL "https://zlib.net/zlib-${ZLIB_VERSION}.tar.gz" | tar -xz --strip-components=1

0 commit comments

Comments
 (0)