From afc44f2b2a33f99dfd1ab9e885282907e85e83d4 Mon Sep 17 00:00:00 2001 From: Gijs Date: Thu, 14 May 2026 15:18:52 +0200 Subject: [PATCH] Upgrade NewRelic agent to v12.7.0.36 --- layers/newrelic/Dockerfile | 2 +- layers/newrelic/config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layers/newrelic/Dockerfile b/layers/newrelic/Dockerfile index f96446f3..3c46a164 100644 --- a/layers/newrelic/Dockerfile +++ b/layers/newrelic/Dockerfile @@ -3,7 +3,7 @@ ARG BREF_VERSION FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext # Build the New Relic Agent - install silently -ARG NEWRELIC_VERSION=12.1.0.26 +ARG NEWRELIC_VERSION=12.7.0.36 RUN \ curl -L https://download.newrelic.com/php_agent/archive/${NEWRELIC_VERSION}/newrelic-php5-${NEWRELIC_VERSION}-linux.tar.gz | tar -C /tmp -zx && \ export NR_INSTALL_USE_CP_NOT_LN=1 && \ diff --git a/layers/newrelic/config.json b/layers/newrelic/config.json index 2bf25de7..205ba218 100644 --- a/layers/newrelic/config.json +++ b/layers/newrelic/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }