From 5ee7ec323ce282716901e282958f5f44ca7558fc Mon Sep 17 00:00:00 2001 From: Gijs van Lammeren <42832118+starred-gijs@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:19:08 +0200 Subject: [PATCH] Upgrade NewRelic agent to v10.13.0.2 (#497) --- layers/newrelic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/newrelic/Dockerfile b/layers/newrelic/Dockerfile index b136a02a..4b6c7509 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=10.12.0.1 +ARG NEWRELIC_VERSION=10.13.0.2 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 && \