From cd333412e391e8ce2eb311572e292097bbf1a654 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Sat, 17 Oct 2020 00:56:32 +0100 Subject: [PATCH] Update curl to 7.69.1-r1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f5d4b580..dfc602642 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN \ set -o pipefail \ \ && apk add --no-cache --virtual .build-dependencies \ - curl=7.69.1-r0 \ + curl=7.69.1-r1 \ tar=1.32-r1 \ \ && apk add --no-cache \