Skip to content

Commit a35342b

Browse files
authored
Merge pull request #660 from GijsL/newrelic-12.4
Upgrade NewRelic agent to v12.7.0.36 (PHP 8.5 support)
2 parents 9c91cda + afc44f2 commit a35342b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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=12.1.0.26
6+
ARG NEWRELIC_VERSION=12.7.0.36
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
@@ -2,6 +2,7 @@
22
"php": [
33
"82",
44
"83",
5-
"84"
5+
"84",
6+
"85"
67
]
78
}

0 commit comments

Comments
 (0)