We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3c34c commit 0ced319Copy full SHA for 0ced319
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## TAG v0.1.0 (2016-12-16)
2
+
3
+Initial release
4
+- Compile Nginx v1.11.6 from source.
5
+- Compile PHP with PHP-FPM v7.0.13 from source.
6
+- Install most recent version of PHP composer (as of 2016-12-01 v1.2.2).
7
+- Install Honcho for process monitoring.
8
9
## TAG v0.1.0-RC1 (2016-12-01)
10
11
Initial release
Makefile
@@ -1,7 +1,7 @@
REPO = janus1990
IMAGE = docker-nginx-php
VERSION = 0.1.0
-EXTRAVERSION = -RC1
+EXTRAVERSION =
IMAGE_FQN = $(REPO)/$(IMAGE):v$(VERSION)$(EXTRAVERSION)
0 commit comments