Skip to content

Commit 65b0832

Browse files
committed
Run ubuntu container for the docker test
1 parent 3c071f2 commit 65b0832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/executors/test_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_docker_kill():
2323
"""
2424
client = docker.from_env(timeout=99999)
2525
container = client.containers.run(
26-
"b4adc22212f1", entrypoint=["sleep", "999999999"], detach=True,
26+
"ubuntu:latest", entrypoint=["sleep", "999999999"], detach=True,
2727
)
2828

2929
exec = DockerExecutor(container)

0 commit comments

Comments
 (0)