Skip to content

Commit

Permalink
force update curl to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Oct 12, 2023
1 parent b4a4ce0 commit 2e15c32
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 5 additions & 0 deletions images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e15c32

Please sign in to comment.