From c55d79ed168639b6e9f307f5c014a8b402958903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 21:49:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/d?= =?UTF-8?q?pkg-dev=20to=20v1.21.9-r0=20(#128)?= 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 c1d92f2..5511465 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -18,7 +18,7 @@ ARG PYTHON_SETUPTOOLS_VERSION="65.3.0" RUN \ apk add --no-cache --virtual .build-dependencies \ bzip2-dev=1.0.8-r4 \ - dpkg-dev=1.21.8-r0 \ + dpkg-dev=1.21.9-r0 \ dpkg=1.21.9-r0 \ expat-dev=2.4.8-r0 \ findutils=4.9.0-r3 \