Skip to content

Commit

Permalink
Merge pull request #847 from uselagoon/php-curl84
Browse files Browse the repository at this point in the history
force update php-based images curl to 8.4.0
  • Loading branch information
tobybellwood authored Oct 12, 2023
2 parents 31af2be + 2e15c32 commit 42bfafe
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 42bfafe

Please sign in to comment.