From eac1162addd15b9c9f235173dc87acc468ff302b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 15 Jan 2023 13:34:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20curl=20to=207.8?= =?UTF-8?q?7.0-r1=20(#211)?= 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 2952038..31525da 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -41,7 +41,7 @@ RUN \ \ && apk add --no-cache \ bash=5.2.15-r0 \ - curl=7.87.0-r0 \ + curl=7.87.0-r1 \ jq=1.6-r2 \ tzdata=2022f-r1 \ \