Skip to content

Commit

Permalink
Merge pull request #499 from starred-gijs/patch-3
Browse files Browse the repository at this point in the history
Upgrade NewRelic agent to v10.14.0.4
  • Loading branch information
mnapoli authored Nov 30, 2023
2 parents 66f8541 + d978d57 commit ad15a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/newrelic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BREF_VERSION
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext

# Build the New Relic Agent - install silently
ARG NEWRELIC_VERSION=10.13.0.2
ARG NEWRELIC_VERSION=10.14.0.3
RUN \
curl -L https://download.newrelic.com/php_agent/archive/${NEWRELIC_VERSION}/newrelic-php5-${NEWRELIC_VERSION}-linux.tar.gz | tar -C /tmp -zx && \
export NR_INSTALL_USE_CP_NOT_LN=1 && \
Expand Down

0 comments on commit ad15a80

Please sign in to comment.