Skip to content

Commit f81e9ef

Browse files
authored
Upgrade NewRelic Agent to v11.7.0.21 (PHP 8.4 support) (#1) (#589)
1 parent 8561523 commit f81e9ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layers/newrelic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44

55
# Build the New Relic Agent - install silently
6-
ARG NEWRELIC_VERSION=11.4.0.17
6+
ARG NEWRELIC_VERSION=11.7.0.21
77
RUN \
88
curl -L https://download.newrelic.com/php_agent/archive/${NEWRELIC_VERSION}/newrelic-php5-${NEWRELIC_VERSION}-linux.tar.gz | tar -C /tmp -zx && \
99
export NR_INSTALL_USE_CP_NOT_LN=1 && \

layers/newrelic/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"80",
44
"81",
55
"82",
6-
"83"
6+
"83",
7+
"84"
78
]
89
}

0 commit comments

Comments
 (0)