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.
2 parents 515818d + 1a0559b commit 35bfb01Copy full SHA for 35bfb01
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+##### Tag v0.3.0 (2016-12-31)
2
+
3
+- Add Travis CI - #1
4
+- Add Xdebug - #2
5
6
##### Tag v0.2.1 (2016-12-31)
7
8
- Remove misleading comments - #3
Makefile
@@ -1,6 +1,6 @@
REPO = janus1990
IMAGE = docker-nginx-php
-VERSION = 0.2.0
+VERSION = 0.3.0
EXTRAVERSION =
IMAGE_FQN = $(REPO)/$(IMAGE):v$(VERSION)$(EXTRAVERSION)
0 commit comments