aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2020-04-28 15:19:03 +0200
committerGitHub <noreply@github.com>2020-04-28 15:19:03 +0200
commit527d684d4283b378ea291f802252531a1aaeeadd (patch)
treee273a3a5e745e5705dde20198ceb38903685e66d /docker
parent4d3c251083a14f21dde71bcce21561c22fa79acd (diff)
required version number format
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 5b939b69c47..b73969ba1ed 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -12,7 +12,8 @@
Execute ```./build-vespa.sh <Vespa version number>``` to build Vespa from this source code.
The produced rpms will be available in this folder after compilation.
-The version number will be compiled into binaries, but has no other meaning than that.
+The version number will be compiled into binaries and must be on the form x.y.z, like 7.1.2 -
+but has no other meaning than that.
## Troubleshooting