diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 50d12f453..57cba73a0 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.12.0.1 +ENV NEWRELIC_VERSION=10.13.0.2 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 12e0f9c16..dd60b26a9 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.12.0.1 +ENV NEWRELIC_VERSION=10.13.0.2 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 3238a207b..c3c659959 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.12.0.1 +ENV NEWRELIC_VERSION=10.13.0.2 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"; \