Skip to content

Commit

Permalink
Upgrade NewRelic agent to v10.15.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
starred-gijs committed Jan 16, 2024
1 parent 5f704a4 commit b4ad74c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.14.0.3
ARG NEWRELIC_VERSION=10.15.0.4
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
3 changes: 2 additions & 1 deletion layers/newrelic/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"php": [
"80",
"81",
"82"
"82",
"83"
]
}

0 comments on commit b4ad74c

Please sign in to comment.