diff --git a/scripts/makefile/newrelic.sh b/scripts/makefile/newrelic.sh index a0002f127..3efc4d354 100755 --- a/scripts/makefile/newrelic.sh +++ b/scripts/makefile/newrelic.sh @@ -6,7 +6,7 @@ PHP_INI_DIR=/etc/php81/conf.d # get the latest version from https://download.newrelic.com/php_agent/archive/ -NEW_RELIC_AGENT_VERSION="${NEW_RELIC_AGENT_VERSION:-10.3.0.315}" +NEW_RELIC_AGENT_VERSION="${NEW_RELIC_AGENT_VERSION:-10.4.0.316}" # change it to 'linux' if docker image is not based on Alpinelinux NEW_RELIC_LINUX=${NEW_RELIC_LINUX:-linux-musl}