Skip to content

Commit fabf585

Browse files
compose is now a subcommand of docker
1 parent 1afc299 commit fabf585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/docker_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def docker_compose(pg_version, es_version):
2323
)
2424
new_env = os.environ.copy()
2525
new_env["ES_VERSION"] = es_version
26-
return sh.docker_compose.bake(
26+
return sh.docker.compose.bake(
2727
"-f",
2828
base_compose_file,
2929
"-f",

0 commit comments

Comments
 (0)