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 0f0380e commit 9b8530cCopy full SHA for 9b8530c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## TAG v0.1.2 (2016-19-12)
2
+
3
+- Fix PHP composer installer.
4
5
## TAG v0.1.1 (2016-18-12)
6
7
- Update Nginx to v1.11.7.
Makefile
@@ -1,6 +1,6 @@
REPO = janus1990
IMAGE = docker-nginx-php
-VERSION = 0.1.1
+VERSION = 0.1.2
EXTRAVERSION =
IMAGE_FQN = $(REPO)/$(IMAGE):v$(VERSION)$(EXTRAVERSION)
0 commit comments