From 0356365d5c6bd2d8edf4b0abceb2e2ac0916e705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:41:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12/curl?= =?UTF-8?q?=20to=20v7.88.1-10+deb12u4=20(#154)?= 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 51d2e71..cdb6887 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -34,7 +34,7 @@ RUN \ && apt-get install -y --no-install-recommends \ bash=5.2.15-2+b2 \ ca-certificates=20230311 \ - curl=7.88.1-10+deb12u3 \ + curl=7.88.1-10+deb12u4 \ jq=1.6-2.1 \ tzdata=2023c-5 \ xz-utils=5.4.1-0.2 \