Skip to content

Commit

Permalink
Merge pull request #135 from bryanlatten/newrelic-731197
Browse files Browse the repository at this point in the history
Dockerfile: updated to new NewRelic release
  • Loading branch information
bryanlatten authored Jun 29, 2017
2 parents 40d0aba + 0b65d65 commit 14b539b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV CONF_PHPFPM=/etc/php/7.0/fpm/php-fpm.conf \
PHP_OPCACHE_MEMORY_CONSUMPTION=128 \
PHP_OPCACHE_INTERNED_STRINGS_BUFFER=16 \
PHP_OPCACHE_MAX_WASTED_PERCENTAGE=5 \
NEWRELIC_VERSION=7.2.0.191 \
NEWRELIC_VERSION=7.3.1.197 \
CFG_APP_DEBUG=1

# - Update security packages, only
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV CONF_PHPFPM=/etc/php7/php-fpm.conf \
PHP_OPCACHE_MEMORY_CONSUMPTION=128 \
PHP_OPCACHE_INTERNED_STRINGS_BUFFER=16 \
PHP_OPCACHE_MAX_WASTED_PERCENTAGE=5 \
NEWRELIC_VERSION=7.2.0.191 \
NEWRELIC_VERSION=7.3.1.197 \
CFG_APP_DEBUG=1

RUN apk update && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-edge
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV CONF_PHPFPM=/etc/php/7.1/fpm/php-fpm.conf \
PHP_OPCACHE_MEMORY_CONSUMPTION=128 \
PHP_OPCACHE_INTERNED_STRINGS_BUFFER=16 \
PHP_OPCACHE_MAX_WASTED_PERCENTAGE=5 \
NEWRELIC_VERSION=7.2.0.191 \
NEWRELIC_VERSION=7.3.1.197 \
CFG_APP_DEBUG=1

# - Update security packages, only
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV CONF_PHPFPM=/etc/php/5.6/fpm/php-fpm.conf \
PHP_OPCACHE_MEMORY_CONSUMPTION=128 \
PHP_OPCACHE_INTERNED_STRINGS_BUFFER=16 \
PHP_OPCACHE_MAX_WASTED_PERCENTAGE=5 \
NEWRELIC_VERSION=7.2.0.191 \
NEWRELIC_VERSION=7.3.1.197 \
CFG_APP_DEBUG=1

# - Update security packages, only
Expand Down

0 comments on commit 14b539b

Please sign in to comment.