From 1aa8e844b9c99f9ac3bd73933e4750feaaf75612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:38:14 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12/curl?= =?UTF-8?q?=20to=20v7.88.1-10+deb12u7=20(#170)?= 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 ed1f9ab..2912178 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -34,7 +34,7 @@ RUN \ && apt-get install -y --no-install-recommends \ bash=5.2.15-2+b7 \ ca-certificates=20230311 \ - curl=7.88.1-10+deb12u6 \ + curl=7.88.1-10+deb12u7 \ jq=1.6-2.1 \ tzdata=2024a-0+deb12u1 \ xz-utils=5.4.1-0.2 \