From 8e2b147ffb1b80dc32285c09dd6a061dfd332bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:54:28 +0000 Subject: [PATCH] Update dependency newrelic/newrelic-php-agent to v10.11.0.3 --- 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 4da4c00d1..950de13d8 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.10.0.1 +ENV NEWRELIC_VERSION=10.11.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"; \ diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index cd37c234b..8b1228053 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.10.0.1 +ENV NEWRELIC_VERSION=10.11.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"; \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index db5fc0dc2..99ab85f62 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.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.10.0.1 +ENV NEWRELIC_VERSION=10.11.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"; \