Skip to content

Commit

Permalink
Merge pull request #862 from uselagoon/php_rm_curlpin
Browse files Browse the repository at this point in the history
remove block pinning curl version
  • Loading branch information
tobybellwood authored Oct 29, 2023
2 parents 4f84f16 + 36af797 commit 2995857
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ 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: 0 additions & 5 deletions images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ 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: 0 additions & 5 deletions images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ 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 2995857

Please sign in to comment.