From 2abe35b084bd00d5a9bfa63864eb1d5220ca7c86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:29:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/z?= =?UTF-8?q?lib-dev=20to=20v1.3.1-r0=20(#219)?= 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 77bf523..0c56268 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -43,7 +43,7 @@ RUN \ util-linux-dev=2.39.3-r0 \ xz-dev=5.4.5-r0 \ xz=5.4.5-r0 \ - zlib-dev=1.3-r2 \ + zlib-dev=1.3.1-r0 \ \ && curl -J -L -o /tmp/python.tar.xz \ "https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz" \