diff --git a/DockerInfo.txt b/DockerInfo.txt
index a74c1c4..4210bdc 100644
--- a/DockerInfo.txt
+++ b/DockerInfo.txt
@@ -1 +1,5 @@
-docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 .
\ No newline at end of file
+for current platform:
+docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 .
+
+for multiple platforms:
+docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 --platform=linux/amd64,linux/arm64,linux/arm/v7 .
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 7154d8f..031e522 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
maven-parent
org.gcube.tools
- 1.1.0
+ 1.2.0
org.gcube.distribution
smartgears-distribution