Skip to content

Commit b371394

Browse files
committed
Updated to latest release, updated changeling and readme
1 parent 641c230 commit b371394

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.1.3 (release date: 2017-12-05)
2+
3+
* Removed NVM installer
4+
* Removed NVM ENV settings
5+
* Removed Node.js from build
6+
* Updated `phusion/baseimage` to `0.9.22`
7+
* Updated localtime to symlink with UTC
8+
19
## 1.1.2 (release date: 2017-01-18)
210

311
* Added `vim` and `nano` to install

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ The image generates a self-signed certificate for each container within the fold
3333

3434
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/)
3535

36-
### Node + NVM
37-
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``
38-
3936
### New Relic APM
4037
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.
4138

0 commit comments

Comments
 (0)