From 814e2dc664a0bd2417a5d4be83be75e2b555548b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 21:48:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/b?= =?UTF-8?q?zip2-dev=20to=20v1.0.8-r4=20(#124)?= 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 0b6db94..6d0279a 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -17,7 +17,7 @@ ARG PYTHON_SETUPTOOLS_VERSION="65.3.0" # hadolint ignore=DL3003,SC2155 RUN \ apk add --no-cache --virtual .build-dependencies \ - bzip2-dev=1.0.8-r1 \ + bzip2-dev=1.0.8-r4 \ dpkg-dev=1.21.8-r0 \ dpkg=1.21.8-r0 \ expat-dev=2.4.8-r0 \