We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a3058 commit ab1a565Copy full SHA for ab1a565
Base/Dockerfile
@@ -56,5 +56,5 @@ USER seluser
56
#==========
57
RUN sudo mkdir -p /opt/selenium \
58
&& sudo chown seluser:seluser /opt/selenium \
59
- && wget --no-verbose https://selenium-release.storage.googleapis.com/3.7/selenium-server-standalone-3.7.1.jar \
+ && wget --no-verbose https://selenium-release.storage.googleapis.com/3.8/selenium-server-standalone-3.8.1.jar \
60
-O /opt/selenium/selenium-server-standalone.jar
tests/bootstrap.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
cd tests
3
-pip install selenium===3.7.0 \
+pip install selenium===3.8.0 \
4
docker===2.5.1 \
5
| grep -v 'Requirement already satisfied'
6
0 commit comments