From 935016ceceaf8a97d241b7df6909c32673ac7e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:03:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12/curl?= =?UTF-8?q?=20to=20v7.88.1-10+deb12u6=20(#168)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 0b4c074..6ce98d8 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+deb12u5 \ + curl=7.88.1-10+deb12u6 \ jq=1.6-2.1 \ tzdata=2024a-0+deb12u1 \ xz-utils=5.4.1-0.2 \