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 && \