Skip to content

Commit c39dbbd

Browse files
authored
Upgrade to 3.10.0 (SeleniumHQ#684)
* Upgrading to 3.10.0 * New NPE makes hub fail on startup, and this is not needed anymore.
1 parent 80d85ef commit c39dbbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ USER seluser
5656
#==========
5757
RUN sudo mkdir -p /opt/selenium \
5858
&& sudo chown seluser:seluser /opt/selenium \
59-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.1.jar \
59+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.10/selenium-server-standalone-3.10.0.jar \
6060
-O /opt/selenium/selenium-server-standalone.jar

Hub/generate_config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
cat <<_EOF
44
{
5-
"host": null,
65
"port": $GRID_HUB_PORT,
76
"role": "hub",
87
"maxSession": $GRID_MAX_SESSION,

0 commit comments

Comments
 (0)