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 8561523 commit f81e9efCopy full SHA for f81e9ef
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=11.4.0.17
+ARG NEWRELIC_VERSION=11.7.0.21
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 && \
layers/newrelic/config.json
@@ -3,6 +3,7 @@
"80",
"81",
"82",
- "83"
+ "83",
+ "84"
]
}
0 commit comments