Skip to content

Commit 90d88ff

Browse files
committed
Update latest Selenium beta release to 3.0.0-beta4
1 parent d038784 commit 90d88ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update -qqy \
2828
#==========
2929
RUN mkdir -p /opt/selenium \
3030
&& wget --no-verbose https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar -O /opt/selenium/selenium-server-standalone-2.53.1.jar \
31-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.0-beta3/selenium-server-standalone-3.0.0-beta3.jar -O /opt/selenium/selenium-server-standalone-3.0.0-beta3.jar
31+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.0-beta4/selenium-server-standalone-3.0.0-beta4.jar -O /opt/selenium/selenium-server-standalone-3.0.0-beta4.jar
3232
ENV SELENIUM_VERSION=2.53.1
3333

3434
#========================================

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ these using the following environment variables:
6363

6464
- `SELENIUM_VERSION` - version of the Selenium server
6565
- latest stable: `2.53.1`
66-
- latest beta: `3.0.0-beta3`
66+
- latest beta: `3.0.0-beta4`
6767
- `FIREFOX_VERSION` - version of Firefox (only applies to Firefox images)
6868
- latest release: `49.0.1`
6969
- previous release: `48.0.2`
@@ -74,11 +74,11 @@ Note that as the latest releases of Firefox work best with Selenium 3.0, which
7474
is currently in beta, the latest release supported by 2.53.x is `47.0.1` and is
7575
also available (and the default).
7676

77-
For example, the following will start a standalone server using Selenium 3.0.0-beta3
77+
For example, the following will start a standalone server using Selenium 3.0.0-beta4
7878
and Firefox 49.0.1:
7979

8080
```bash
81-
$ docker run -d -p 4444:4444 -e SELENIUM_VERSION=3.0.0-beta3 -e FIREFOX_VERSION=49.0.1 selenium/standalone-firefox:latest
81+
$ docker run -d -p 4444:4444 -e SELENIUM_VERSION=3.0.0-beta4 -e FIREFOX_VERSION=49.0.1 selenium/standalone-firefox:latest
8282
```
8383

8484
### JAVA_OPTS Java Environment Options

0 commit comments

Comments
 (0)