Skip to content

Commit

Permalink
Update dependency newrelic/newrelic-php-agent to v10.14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent f47fae8 commit 99f44cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/php-fpm/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN apk add --no-cache --virtual .devdeps \
# 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
ENV NEWRELIC_VERSION=10.13.0.2
ENV NEWRELIC_VERSION=10.14.0.3
RUN architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac); \
if [ "$architecture" = "arm64" ] || [ "$architecture" = "aarch64" ]; then \
echo "New Relic is not supported in Lagoon arm64 images"; \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN apk add --no-cache --virtual .devdeps \
# 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
ENV NEWRELIC_VERSION=10.13.0.2
ENV NEWRELIC_VERSION=10.14.0.3
RUN architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac); \
if [ "$architecture" = "arm64" ] || [ "$architecture" = "aarch64" ]; then \
echo "New Relic is not supported in Lagoon arm64 images"; \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN apk add --no-cache --virtual .devdeps \
# 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
ENV NEWRELIC_VERSION=10.13.0.2
ENV NEWRELIC_VERSION=10.14.0.3
RUN architecture=$(case $(uname -m) in x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac); \
if [ "$architecture" = "arm64" ] || [ "$architecture" = "aarch64" ]; then \
echo "New Relic is not supported in Lagoon arm64 images"; \
Expand Down

0 comments on commit 99f44cd

Please sign in to comment.