From 0c705f0ee7a752c24449c9c1ef36024f540b7bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:19:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12/curl?= =?UTF-8?q?=20to=20v7.88.1-10+deb12u1=20(#151)?= 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 bd21068..590c86e 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 \ + curl=7.88.1-10+deb12u1 \ jq=1.6-2.1 \ tzdata=2023c-5 \ xz-utils=5.4.1-0.2 \