Skip to content

Commit 62c95cd

Browse files
committed
Merge branch 'release/0.9.5'
2 parents 306c67f + a44821a commit 62c95cd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.5 (release date: 2016-01-11)
2+
3+
* Updated NVM to switch to node `0.12.10`
4+
15
## 0.9.4 (release date: 2016-01-11)
26

37
* Bugfix for removing multiple newrelic instances

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh
2222

2323
# Install Node Version Manager and install node specific version
2424
ENV NVM_DIR /usr/local/nvm
25-
ENV NODE_VERSION 0.10.37
25+
ENV NODE_VERSION 0.12.10
2626

2727
# Install nvm with node and npm
2828
RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The image generates a self-signed certificate for each container within the fold
4040
During build the ``build/default`` file is used to copy and configure nginx default settings. This includes a cipher suite for legacy browser (IE8+) support. See: [https://cipherli.st/](https://cipherli.st/)
4141

4242
### Node + NVM
43-
The image contains installation and configuration of node ``0.10.37`` by default using NVM [(Node Version Manager)](https://github.com/creationix/nvm). This can be changed by running: ``nvm install $NODE_VERSION`` and using the new node version by running the following command: ``nvm use $NODE_VERSION``
43+
The image contains installation and configuration of node ``0.12.10`` by default using NVM [(Node Version Manager)](https://github.com/creationix/nvm). This can be changed by running: ``nvm install $NODE_VERSION`` and using the new node version by running the following command: ``nvm use $NODE_VERSION``
4444

4545
### New Relic APM
4646
Installs New Relic APM daemon on [container startup](https://github.com/phusion/baseimage-docker#running_startup_scripts) to monitor the php application within the image. See [this tutorial](http://code.tutsplus.com/tutorials/how-to-monitor-docker-based-applications-using-new-relic--cms-24891) for more information.

0 commit comments

Comments
 (0)