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