github uselagoon/lagoon v0.20.1
Hotfix: Downgrade curl version in PHP Images to 7.63.0

latest releases: v2.18.2, v2.18.1, v2.18.0...
5 years ago

Bugfixes:
With the update of alpine in the PHP Images in Version v.0.20.0 curl/libcurl was also updated to version 7.64.0. Which unfortunately has a bug that in specific situations it is possible that it fills the error buffer even though there is no error happening. Depending on the implementation of the client code that uses libcurl, the client code can either correct realize that the request worked and the buffer should just be ignored. Or like in the situation of drupal-composer/drupal-scaffold the buffer is checked and an exception thrown even if the curl request worked correctly.
We have opened multiple issues to resolve this:

As soon as there is a fixed curl version released and it is packaged via the alpine packaging system, we will update curl as well.

Don't miss a new lagoon release

NewReleases is sending notifications on new releases.