From f3e0c8f872fa3044c72556eee4d766483e036b57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:47:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ubuntu=5F22=5F04/?= =?UTF-8?q?curl=20to=20v7.81.0-1ubuntu1.14=20(#142)?= 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 60a7ab0..62191b2 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -33,7 +33,7 @@ RUN \ \ && apt-get install -y --no-install-recommends \ ca-certificates=20230311ubuntu0.22.04.1 \ - curl=7.81.0-1ubuntu1.13 \ + curl=7.81.0-1ubuntu1.14 \ jq=1.6-2.1ubuntu3 \ tzdata=2023c-0ubuntu0.22.04.2 \ xz-utils=5.2.5-2ubuntu1 \