diff --git a/runtime/base/base.Dockerfile b/runtime/base/base.Dockerfile index c8acc263d..12d139a51 100644 --- a/runtime/base/base.Dockerfile +++ b/runtime/base/base.Dockerfile @@ -226,7 +226,7 @@ RUN set -xe; \ # # - libssh2 # # Needed by: # # - php -ENV VERSION_CURL=7.85.0 +ENV VERSION_CURL=8.1.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \