From 73a9e1b35fdd9871a9b6f3733fd685dc2254abaa Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Aug 2022 23:43:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20curl=20to=207.6?= =?UTF-8?q?8.0-1ubuntu2.12=20(#119)?= 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 4581215..ed76721 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -26,7 +26,7 @@ RUN \ \ && apt-get install -y --no-install-recommends \ ca-certificates=20211016~20.04.1 \ - curl=7.68.0-1ubuntu2.11 \ + curl=7.68.0-1ubuntu2.12 \ jq=1.6-1ubuntu0.20.04.1 \ tzdata=2022a-0ubuntu0.20.04 \ xz-utils=5.2.4-1 \