From b68b8c962358675de259623ba5d644aaf54d9238 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Mon, 12 Dec 2022 23:26:36 +0100 Subject: [PATCH] upgrade newrelic to 10.4.0.316 --- scripts/makefile/newrelic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}