Skip to content

Commit f858f5d

Browse files
authored
Upgrade NewRelic agent to v10.6.0.318 (#405)
1 parent c65591e commit f858f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/newrelic/Dockerfile

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

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

0 commit comments

Comments
 (0)