From bfec7ac07fa11293219820fe0c4e15f758546e16 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:23:21 +0200 Subject: [PATCH] curl version change to work around bug --- 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