Skip to content

Commit adb1f6e

Browse files
committed
Updated Node to version 0.12.10 for project compatibility
1 parent 60ea54b commit adb1f6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)