From 76cb37634324ae3801cff867789c514dfec9d82a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:54:14 +0000 Subject: [PATCH] Update dependency newrelic/newrelic-php-agent to v10.5.0.317 --- images/php-fpm/8.0.Dockerfile | 2 +- images/php-fpm/8.1.Dockerfile | 2 +- images/php-fpm/8.2.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 85c62dc5c..2445256e6 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -107,7 +107,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.4.0.316 +ENV NEWRELIC_VERSION=10.5.0.317 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"; \ diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index c1b5386a0..7a90f1f06 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -106,7 +106,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.4.0.316 +ENV NEWRELIC_VERSION=10.5.0.317 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"; \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index 245b8be07..b7803c3c4 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -107,7 +107,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.4.0.316 +ENV NEWRELIC_VERSION=10.5.0.317 # 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"; \