diff --git a/construi/target.py b/construi/target.py index dd34819..7e107ca 100644 --- a/construi/target.py +++ b/construi/target.py @@ -21,7 +21,7 @@ def __init__(self, config): self.config = config self.project = Project.from_config( "construi_%s" % self.config.construi['project_name'], - config.compose, docker_client(os.environ)) + config.compose, docker_client(os.environ, version='auto')) @property def before(self):