From 555015ee43914513179a9725830922fd6de6145c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Sep 2022 14:47:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20curl=20to=207.6?= =?UTF-8?q?8.0-1ubuntu2.13=20(#125)?= 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 6c9f06c..64c6f35 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -33,7 +33,7 @@ RUN \ \ && apt-get install -y --no-install-recommends \ ca-certificates=20211016~20.04.1 \ - curl=7.68.0-1ubuntu2.12 \ + curl=7.68.0-1ubuntu2.13 \ jq=1.6-1ubuntu0.20.04.1 \ tzdata=2022c-0ubuntu0.20.04.0 \ xz-utils=5.2.4-1 \