File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ RUN echo "---> Adding Support for NewRelic" && \
36
36
wget -r -l1 -nd -A"linux.tar.gz" https://download.newrelic.com/php_agent/release/ && \
37
37
gzip -dc newrelic*.tar.gz | tar xf - && \
38
38
cd newrelic-php5* && \
39
- rm -f /usr/local/lib/php/extensions/no-debug-non-zts-20151012 /newrelic.so && \
40
- cp ./agent/x64/newrelic-20151012 .so /usr/local/lib/php/extensions/no-debug-non-zts-20151012 /newrelic.so && \
39
+ rm -f /usr/local/lib/php/extensions/no-debug-non-zts-20170718 /newrelic.so && \
40
+ cp ./agent/x64/newrelic-20170718 .so /usr/local/lib/php/extensions/no-debug-non-zts-20170718 /newrelic.so && \
41
41
cp ./daemon/newrelic-daemon.x64 /usr/bin/newrelic-daemon && \
42
42
cp ./scripts/newrelic.ini.template /scripts/newrelic.ini && \
43
43
mkdir /var/log/newrelic && \
You can’t perform that action at this time.
0 commit comments