From 3bbb2d827bde2aa3cd060353d16bf446e55b4605 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 5 Mar 2023 12:23:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20curl=20to=207.8?= =?UTF-8?q?8.1-r0=20(#216)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index 6e73686..aaa174e 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -30,7 +30,7 @@ RUN \ set -o pipefail \ \ && apk add --no-cache --virtual .build-dependencies \ - tar=1.34-r1 \ + tar=1.34-r2 \ xz=5.2.9-r0 \ \ && apk add --no-cache \ @@ -41,7 +41,7 @@ RUN \ \ && apk add --no-cache \ bash=5.2.15-r0 \ - curl=7.87.0-r2 \ + curl=7.88.1-r0 \ jq=1.6-r2 \ tzdata=2022f-r1 \ \