From 3616e4da20f4c7dc2c51773affe26672cbd472b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 6 Mar 2017 10:53:05 +0100 Subject: [PATCH] abstract version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dbfbcb..339182a 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ Example of how to build this image : # download sources $ git clone https://framagit.org/julienfastre/docker-sogo.git $ cd docker-sogo -# launch the build using the version 3.1.5 -$ docker build --build-arg version=3.1.5 . +# launch the build using specific version (replace with your own version) +$ docker build --build-arg version=x.x.x . ``` ## migrating from 2.3 to 3.1|3.2 using docker-compose