Skip to content

Commit

Permalink
Bump New Relic to 11.2.0.15 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Hepworth authored Oct 8, 2024
1 parent 77b4fde commit 8bddafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV NEW_RELIC_ENABLED=false

RUN export NR_INSTALL_SILENT=true && \
export NR_INSTALL_USE_CP_NOT_LN=true && \
export NR_VERSION=11.1.0.14 && \
export NR_VERSION=11.2.0.15 && \
export NR_FILENAME=newrelic-php5-${NR_VERSION}-linux-musl && \
curl -sSL https://download.newrelic.com/php_agent/archive/${NR_VERSION}/${NR_FILENAME}.tar.gz | gzip -dc | tar xf - && \
cd ${NR_FILENAME} && ./newrelic-install install && \
Expand Down

0 comments on commit 8bddafb

Please sign in to comment.