From 2e15c329d8035b2875c604314fb7ee69d7d880ab Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 12 Oct 2023 15:16:48 +1100 Subject: [PATCH] force update curl to 8.4 --- images/php-fpm/8.0.Dockerfile | 4 ++++ images/php-fpm/8.1.Dockerfile | 5 +++++ images/php-fpm/8.2.Dockerfile | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 57cba73a0..74dff89b0 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -106,6 +106,10 @@ RUN apk add --no-cache --virtual .devdeps \ tidyhtml \ yaml +RUN apk update \ + && apk add --no-cache \ + curl=~8.4 \ + libcurl=~8.4 # New Relic PHP Agent. # @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/ diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index dd60b26a9..07464db85 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -106,6 +106,11 @@ RUN apk add --no-cache --virtual .devdeps \ tidyhtml \ yaml +RUN apk update \ + && apk add --no-cache \ + curl=~8.4 \ + libcurl=~8.4 + # New Relic PHP Agent. # @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/ # @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index c3c659959..dbce102fc 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -106,6 +106,11 @@ RUN apk add --no-cache --virtual .devdeps \ tidyhtml \ yaml +RUN apk update \ + && apk add --no-cache \ + curl=~8.4 \ + libcurl=~8.4 + # New Relic PHP Agent. # @see https://docs.newrelic.com/docs/release-notes/agent-release-notes/php-release-notes/ # @see https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements