We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7517d44 commit 86e9ceeCopy full SHA for 86e9cee
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## TAG v0.1.1 (2016-18-12)
2
+
3
+- Update Nginx to v1.11.7.
4
+- Update PHP to v7.0.14.
5
+- Fix permission on mounted volumes (see commit `9568fc3`).
6
7
## TAG v0.1.0 (2016-12-16)
8
9
Initial release
Makefile
@@ -1,6 +1,6 @@
REPO = janus1990
IMAGE = docker-nginx-php
-VERSION = 0.1.0
+VERSION = 0.1.1
EXTRAVERSION =
IMAGE_FQN = $(REPO)/$(IMAGE):v$(VERSION)$(EXTRAVERSION)
0 commit comments