Skip to content

Commit

Permalink
Update tag in docs and files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed Apr 22, 2021
1 parent e8902d9 commit 653c863
Show file tree
Hide file tree
Showing 31 changed files with 128 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210402 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210422 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210402 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210422 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Issues without a reproduction script are likely to stall and eventually be close
## Environment

OS: <!-- Windows 10? OSX? -->
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210402 etc
Docker-Selenium image version: <!-- 3, 3.141, 4.0.0-beta-3-prerelease-20210422 etc
Also provide the docker image id
-->
Docker version:
Expand Down
2 changes: 1 addition & 1 deletion Distributor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210402
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion EventBus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210402
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion Hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210402
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER 1200
Expand Down
2 changes: 1 addition & 1 deletion NodeBase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210402
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeChrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210402
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeDocker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/base:4.0.0-beta-3-prerelease-20210402
FROM selenium/base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER 1200
Expand Down
10 changes: 5 additions & 5 deletions NodeDocker/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the given image.
configs = [
"selenium/standalone-firefox:4.0.0-beta-3-prerelease-20210402", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-beta-3-prerelease-20210402", "{\"browserName\": \"chrome\"}",
"selenium/standalone-opera:4.0.0-beta-3-prerelease-20210402", "{\"browserName\": \"opera\"}",
"selenium/standalone-edge:4.0.0-beta-3-prerelease-20210402", "{\"browserName\": \"MicrosoftEdge\"}"
"selenium/standalone-firefox:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"firefox\"}",
"selenium/standalone-chrome:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"chrome\"}",
"selenium/standalone-opera:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"opera\"}",
"selenium/standalone-edge:4.0.0-beta-3-prerelease-20210422", "{\"browserName\": \"MicrosoftEdge\"}"
]

# URL for connecting to the docker daemon
Expand All @@ -15,7 +15,7 @@ configs = [
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
url = "http://host.docker.internal:2375"
# Docker imagee used for video recording
video-image = "selenium/video:ffmpeg-4.3.1-20210402"
video-image = "selenium/video:ffmpeg-4.3.1-20210422"

# Uncomment the following section if you are running the node on a separate VM
# Fill out the placeholders with appropriate values
Expand Down
2 changes: 1 addition & 1 deletion NodeEdge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210402
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: DO *NOT* EDIT THIS FILE. IT IS GENERATED.
# PLEASE UPDATE Dockerfile.txt INSTEAD OF THIS FILE
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210402
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER root
Expand Down
2 changes: 1 addition & 1 deletion NodeOpera/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM ubuntu:bionic AS builder-codecs-ffmpeg
RUN apt-get update -qqy && apt-get -qqy install chromium-codecs-ffmpeg-extra

FROM selenium/node-base:4.0.0-beta-3-prerelease-20210402
FROM selenium/node-base:4.0.0-beta-3-prerelease-20210422
LABEL authors=SeleniumHQ

USER root
Expand Down
Loading

0 comments on commit 653c863

Please sign in to comment.