From 8040076cc8b4e4cde5f57fd4def518e38e97a3bd Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Mon, 23 Mar 2015 11:41:42 -0400 Subject: [PATCH] docs: update dockerfile for new version package Signed-off-by: Evan Hazlett --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index e075abec80..182390d724 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -7,7 +7,7 @@ COPY . /src # Reset the /docs dir so we can replace the theme meta with the new repo's git info RUN git reset --hard -RUN grep VERSION /src/version.go | sed 's/.*"\(.*\)".*/\1/' > /docs/VERSION +RUN grep "VERSION =" /src/version/version.go | sed 's/.*"\(.*\)".*/\1/' > /docs/VERSION COPY docs/* /docs/sources/machine/ COPY docs/mkdocs.yml /docs/mkdocs-machine.yml