Skip to content

Commit 1b75056

Browse files
authored
Upgrading docker bindings for testing to ver. 3.5.0 (#792)
1 parent 6387125 commit 1b75056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
cd tests
33
pip install selenium===3.14.0 \
4-
docker===3.1.1 \
4+
docker===3.5.0 \
55
| grep -v 'Requirement already satisfied'
66

77
python test.py $1 $2

0 commit comments

Comments
 (0)