gabriel пре 6 година
родитељ
комит
c3e325a920
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/src/Release.php

+ 1 - 1
tools/src/Release.php

@@ -465,7 +465,7 @@ class Release extends Command
 
     function getDockerComposer($version = "latest", $host_env_file = "host.env", $registry = "docker.infra.flowdat.com/")
     {
-        $composer = new FileFormat("../", 3);
+        $composer = new FileFormat("../", "3.7");
         $this->registerVolumes($composer);
         $nc = new NetworkConfig();
         $nc->addDriver()->addSubnetGateway("172.172.172.0/24");