We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3332b commit 198d572Copy full SHA for 198d572
scripts/makefile/newrelic.sh
@@ -6,7 +6,7 @@
6
PHP_INI_DIR=/etc/php81/conf.d
7
8
# get the latest version from https://download.newrelic.com/php_agent/archive/
9
-NEW_RELIC_AGENT_VERSION="${NEW_RELIC_AGENT_VERSION:-10.18.0.8}"
+NEW_RELIC_AGENT_VERSION="${NEW_RELIC_AGENT_VERSION:-10.19.0.9}"
10
# change it to 'linux' if docker image is not based on Alpinelinux
11
NEW_RELIC_LINUX=${NEW_RELIC_LINUX:-linux-musl}
12
0 commit comments