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" ] }