Skip to content

Commit

Permalink
Merge pull request #142 from lstephen/minimum_docker_api_version
Browse files Browse the repository at this point in the history
Use auto docker api version
  • Loading branch information
lstephen authored Oct 11, 2017
2 parents 7a052b2 + 9924b2b commit 8d4da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion construi/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8d4da91

Please sign in to comment.