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 f15e456 commit 5ee7ec3Copy full SHA for 5ee7ec3
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.12.0.1
+ARG NEWRELIC_VERSION=10.13.0.2
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