From c476f1d0f012584e3ad142ef61b12a3a0aa78729 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 12:45:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12/curl?= =?UTF-8?q?=20to=20v7.88.1-10+deb12u3=20(#153)?= 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 104666b..51d2e71 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+deb12u1 \ + curl=7.88.1-10+deb12u3 \ jq=1.6-2.1 \ tzdata=2023c-5 \ xz-utils=5.4.1-0.2 \