From be42b42f166f6ef40e9a0955c047c56034ae46cb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 6 Jun 2020 21:21:46 +0200 Subject: [PATCH] :arrow_up: Upgrades curl to 7.69.1-r0 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 1171fd8..a9e58b7 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -37,7 +37,7 @@ RUN \ \ && apk add --no-cache \ bash=5.0.17-r0 \ - curl=7.67.0-r0 \ + curl=7.69.1-r0 \ jq=1.6-r1 \ tzdata=2020a-r0 \ \