From 83e4e34592abfc28bfe80bbab4b2519e797556d4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Oct 2023 13:10:20 +0200 Subject: [PATCH] Update curl to 8.4.0-r0 (#263) --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 81bc676..1523c8c 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -43,7 +43,7 @@ RUN \ \ && apk add --no-cache \ bash=5.2.15-r5 \ - curl=8.3.0-r0 \ + curl=8.4.0-r0 \ jq=1.6-r3 \ tzdata=2023c-r1 \ \