From ec684107f8c80450387bc5c5de694c92fd44706f Mon Sep 17 00:00:00 2001 From: Swarup Sengupta Date: Wed, 15 Jun 2022 11:15:33 +0530 Subject: [PATCH] Updated Readme to include psiphon version --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e00fe..adf9251 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,17 @@ sudo docker buildx create --name cross-platform --platform ${TARGETS} --use sudo docker buildx build -t / . --load # Build for multi-arch and push to registry -sudo docker build --build-arg TARGETS=${TARGETS} -t / \ +sudo docker buildx build --build-arg TARGETS=${TARGETS} -t / \ --platform ${TARGETS} . --push ``` + +> To change the version of the psiphon add --build-arg VERSION=
+e.g. +``` +# to build v2.0.22 +sudo docker buildx build --build-arg VERSION=2.0.22 -t / . --load +``` + *** ## To run using docker-compose (recommended):