File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
51
51
WORKDIR /var/www/html
52
52
53
53
# New Relic
54
- RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.3 .0.315 -linux.tar.gz && \
55
- tar -xzf newrelic-php5-10.3 .0.315 -linux.tar.gz
54
+ RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.4 .0.316 -linux.tar.gz && \
55
+ tar -xzf newrelic-php5-10.4 .0.316 -linux.tar.gz
56
56
57
57
# Copy the PHP configuration file
58
58
COPY ./php.ini /usr/local/etc/php/
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
52
52
WORKDIR /var/www/html
53
53
54
54
#New Relic
55
- RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.3 .0.315 -linux.tar.gz && \
56
- tar -xzf newrelic-php5-10.3 .0.315 -linux.tar.gz
55
+ RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.4 .0.316 -linux.tar.gz && \
56
+ tar -xzf newrelic-php5-10.4 .0.316 -linux.tar.gz
57
57
58
58
# Copy the PHP configuration file
59
59
COPY ./php.ini /usr/local/etc/php/
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ ENV LANG en_US.UTF-8
46
46
ENV LANGUAGE en_US.UTF-8
47
47
48
48
#New Relic
49
- RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.3 .0.315 -linux.tar.gz && \
50
- tar -xzf newrelic-php5-10.3 .0.315 -linux.tar.gz
49
+ RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.4 .0.316 -linux.tar.gz && \
50
+ tar -xzf newrelic-php5-10.4 .0.316 -linux.tar.gz
51
51
52
52
53
53
# Change uid and gid of apache to docker user uid/gid
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ ENV LANG en_US.UTF-8
47
47
ENV LANGUAGE en_US.UTF-8
48
48
49
49
#New Relic
50
- RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.3 .0.315 -linux.tar.gz && \
51
- tar -xzf newrelic-php5-10.3 .0.315 -linux.tar.gz
50
+ RUN wget https://download.newrelic.com/php_agent/release/newrelic-php5-10.4 .0.316 -linux.tar.gz && \
51
+ tar -xzf newrelic-php5-10.4 .0.316 -linux.tar.gz
52
52
53
53
54
54
# Change uid and gid of apache to docker user uid/gid
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ "$nr_enabled" -eq "1" ]; then
12
12
export NR_INSTALL_SILENT=true
13
13
export NR_INSTALL_KEY=$( printenv NR_INSTALL_KEY)
14
14
export nr_name=$( printenv NR_NAME)
15
- sh /var/www/html/newrelic-php5-10.3 .0.315 -linux/newrelic-install install
15
+ sh /var/www/html/newrelic-php5-10.4 .0.316 -linux/newrelic-install install
16
16
sed -i -e " s/newrelic.appname =.*/newrelic.appname = \" \Curriki-API $nr_name \" /" /usr/local/etc/php/conf.d/newrelic.ini
17
17
fi
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ "$nr_enabled" -eq "1" ]; then
9
9
export NR_INSTALL_SILENT=true
10
10
export NR_INSTALL_KEY=$( printenv NR_INSTALL_KEY)
11
11
export nr_name=$( printenv NR_NAME)
12
- sh /var/www/html/newrelic-php5-10.3 .0.315 -linux/newrelic-install install
12
+ sh /var/www/html/newrelic-php5-10.4 .0.316 -linux/newrelic-install install
13
13
sed -i -e " s/newrelic.appname =.*/newrelic.appname = \" \Curriki-API-Cron $nr_name \" /" /usr/local/etc/php/conf.d/newrelic.ini
14
14
fi
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ "$nr_enabled" -eq "1" ]; then
9
9
export NR_INSTALL_SILENT=true
10
10
export NR_INSTALL_KEY=$( printenv NR_INSTALL_KEY)
11
11
export nr_name=$( printenv NR_NAME)
12
- sh /var/www/html/newrelic-php5-10.3 .0.315 -linux/newrelic-install install
12
+ sh /var/www/html/newrelic-php5-10.4 .0.316 -linux/newrelic-install install
13
13
sed -i -e " s/newrelic.appname =.*/newrelic.appname = \" \Curriki-API-Cron $nr_name \" /" /usr/local/etc/php/conf.d/newrelic.ini
14
14
fi
15
15
You can’t perform that action at this time.
0 commit comments