From 74540c947a8053124dd1cdba64a2dfef0db83226 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 21:56:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/z?= =?UTF-8?q?lib-dev=20to=20v1.2.13-r0=20(#145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 7ff3b7d..33d9ee7 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -43,7 +43,7 @@ RUN \ util-linux-dev=2.38.1-r1 \ xz-dev=5.2.9-r0 \ xz=5.2.9-r0 \ - zlib-dev=1.2.12-r3 \ + zlib-dev=1.2.13-r0 \ \ && curl -J -L -o /tmp/python.tar.xz \ "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \