File tree 15 files changed +72
-72
lines changed 15 files changed +72
-72
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
41
41
## Environment
42
42
43
43
OS: <!-- Windows 10? OSX? -->
44
- Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-6-20200721 etc
44
+ Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-6-20200730 etc
45
45
Also provide the docker image id
46
46
-->
47
47
Docker version:
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
41
41
## Environment
42
42
43
43
OS: <!-- Windows 10? OSX? -->
44
- Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-6-20200721 etc
44
+ Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-6-20200730 etc
45
45
Also provide the docker image id
46
46
-->
47
47
Docker version:
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Issues without a reproduction script are likely to stall and eventually be close
47
47
## Environment
48
48
49
49
OS: <!-- Windows 10? OSX? -->
50
- Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-6-20200721 etc
50
+ Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-alpha-6-20200730 etc
51
51
Also provide the docker image id
52
52
-->
53
53
Docker version:
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/base:4.0.0-alpha-6-20200721
5
+ FROM selenium/base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER 1200
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/base:4.0.0-alpha-6-20200721
5
+ FROM selenium/base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER 1200
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/base:4.0.0-alpha-6-20200721
5
+ FROM selenium/base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER root
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/node-base:4.0.0-alpha-6-20200721
5
+ FROM selenium/node-base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER root
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/node-base:4.0.0-alpha-6-20200721
5
+ FROM selenium/node-base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER root
@@ -27,7 +27,7 @@ RUN FIREFOX_DOWNLOAD_URL=$(if [ $FIREFOX_VERSION = "latest" ] || [ $FIREFOX_VERS
27
27
# GeckoDriver
28
28
# ============
29
29
ARG GECKODRIVER_VERSION=latest
30
- RUN GK_VERSION=$(if [ ${GECKODRIVER_VERSION:-latest} = "latest" ]; then echo "0.26 .0" ; else echo $GECKODRIVER_VERSION; fi) \
30
+ RUN GK_VERSION=$(if [ ${GECKODRIVER_VERSION:-latest} = "latest" ]; then echo "0.27 .0" ; else echo $GECKODRIVER_VERSION; fi) \
31
31
&& echo "Using GeckoDriver version: " $GK_VERSION \
32
32
&& wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v$GK_VERSION/geckodriver-v$GK_VERSION-linux64.tar.gz \
33
33
&& rm -rf /opt/geckodriver \
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/node-base:4.0.0-alpha-6-20200721
5
+ FROM selenium/node-base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER root
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/base:4.0.0-alpha-6-20200721
5
+ FROM selenium/base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER 1200
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/base:4.0.0-alpha-6-20200721
5
+ FROM selenium/base:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER 1200
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/node-chrome:4.0.0-alpha-6-20200721
5
+ FROM selenium/node-chrome:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER 1200
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/node-firefox:4.0.0-alpha-6-20200721
5
+ FROM selenium/node-firefox:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER 1200
Original file line number Diff line number Diff line change 2
2
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
3
3
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
4
4
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5
- FROM selenium/node-opera:4.0.0-alpha-6-20200721
5
+ FROM selenium/node-opera:4.0.0-alpha-6-20200730
6
6
LABEL authors=SeleniumHQ
7
7
8
8
USER 1200
You can’t perform that action at this time.
0 commit comments