From ef5680510ea409621643ce8b50e308967fc59c40 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 10 Dec 2024 10:52:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20curl=20to=208.5?= =?UTF-8?q?.0-2ubuntu10.5=20(#157)?= 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 bcdc408..13ada4a 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -33,7 +33,7 @@ RUN \ \ && apt-get install -y --no-install-recommends \ ca-certificates=20240203 \ - curl=8.5.0-2ubuntu10.1 \ + curl=8.5.0-2ubuntu10.5 \ jq=1.7.1-3build1 \ tzdata=2024a-2ubuntu1 \ xz-utils=5.6.1+really5.4.5-1 \