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.
2 parents 326ff13 + 5e69090 commit 2179337Copy full SHA for 2179337
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.13/selenium-server-standalone-3.13.0.jar \
+ && wget --no-verbose https://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.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.13.0 \
+pip install selenium===3.14.0 \
4
docker===3.1.1 \
5
| grep -v 'Requirement already satisfied'
6
0 commit comments