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.
2 parents 9c91cda + afc44f2 commit a35342bCopy full SHA for a35342b
2 files changed
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=12.1.0.26
+ARG NEWRELIC_VERSION=12.7.0.36
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
@@ -2,6 +2,7 @@
2
"php": [
"82",
"83",
- "84"
+ "84",
+ "85"
]
}
0 commit comments