Skip to content

Commit ad15a80

Browse files
authored
Merge pull request #499 from starred-gijs/patch-3
Upgrade NewRelic agent to v10.14.0.4
2 parents 66f8541 + d978d57 commit ad15a80

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
@@ -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=10.13.0.2
6+
ARG NEWRELIC_VERSION=10.14.0.3
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 && \

0 commit comments

Comments
 (0)