From 7cbb38351e77dbde75af72a29dedd7edd1a7d04e Mon Sep 17 00:00:00 2001 From: Gijs van Lammeren <42832118+starred-gijs@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:08:32 +0100 Subject: [PATCH 1/3] Upgrade NewRelic agent to v10.17.0.7 --- layers/newrelic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/newrelic/Dockerfile b/layers/newrelic/Dockerfile index 98b7557f..382557f7 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.15.0.4 +ARG NEWRELIC_VERSION=10.17.0.7 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 && \ From 513bad85ea9d73288f30d429b2df6a739eb2fd2d Mon Sep 17 00:00:00 2001 From: Gijs van Lammeren <42832118+starred-gijs@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:24:02 +0100 Subject: [PATCH 2/3] Upgrade NewRelic agent to v10.18.0.8 --- layers/newrelic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/newrelic/Dockerfile b/layers/newrelic/Dockerfile index 382557f7..eac7a346 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.17.0.7 +ARG NEWRELIC_VERSION=10.18.0.8 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 && \ From dd375872f6a314d9b708922bb6325532ed5f7ba2 Mon Sep 17 00:00:00 2001 From: Gijs van Lammeren <42832118+starred-gijs@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:30:26 +0100 Subject: [PATCH 3/3] Upgrade NewRelic agent to v10.19.0.9 --- layers/newrelic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/newrelic/Dockerfile b/layers/newrelic/Dockerfile index eac7a346..29db924f 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.18.0.8 +ARG NEWRELIC_VERSION=10.19.0.9 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 && \