Compare commits

...

3 Commits

Author SHA1 Message Date
Evan Hazlett
40ee23659b bump 0.3.1
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-07-20 20:04:14 -04:00
Evan Hazlett
066ef3c4f4 Merge pull request #1550 from moxiegirl/update-docs-dockerfile
Updating to point to latest build
2015-07-20 09:39:20 -04:00
Mary Anthony
60be68c73c Updating to point to latest build
Signed-off-by: Mary Anthony <mary@docker.com>
2015-07-19 15:44:46 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM docs/base:hugo
FROM docs/base:latest
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
# to get the git info for this repo

View File

@@ -2,7 +2,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "0.4.0-dev"
VERSION = "0.3.1"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"