We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1394e commit ebf8998Copy full SHA for ebf8998
layers/newrelic/Dockerfile
@@ -3,7 +3,7 @@ ARG BREF_VERSION
3
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
4
5
# Build the New Relic Agent - install silently
6
-ARG NEWRELIC_VERSION=10.15.0.4
+ARG NEWRELIC_VERSION=10.19.0.9
7
RUN \
8
curl -L https://download.newrelic.com/php_agent/archive/${NEWRELIC_VERSION}/newrelic-php5-${NEWRELIC_VERSION}-linux.tar.gz | tar -C /tmp -zx && \
9
export NR_INSTALL_USE_CP_NOT_LN=1 && \
0 commit comments