diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 10ba55c0c..c1c014053 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -110,7 +110,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.11.0.3 +ENV NEWRELIC_VERSION=10.12.0.1 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 8f9583dfd..c6d7f9784 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -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.11.0.3 +ENV NEWRELIC_VERSION=10.12.0.1 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 4ccbf11cb..237ab049e 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -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.11.0.3 +ENV NEWRELIC_VERSION=10.12.0.1 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"; \