From a292f0904805fea132b08f408e84fcf6d285f6e4 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:42:29 +0200 Subject: [PATCH] curl version change to work around bug (#237) --- curl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/Dockerfile b/curl/Dockerfile index 9fac6d7..502cf93 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -1,7 +1,7 @@ # Multi-stage build: First the full builder image: # define the Curl version to be baked in -ARG CURL_VERSION=7.87.0 +ARG CURL_VERSION=7.81.0 # Default location where all binaries wind up: ARG INSTALLDIR=/opt/oqssa