Skip to content

Commit

Permalink
Merge pull request #680 from vania-pooh/master
Browse files Browse the repository at this point in the history
Recent browser images
  • Loading branch information
vania-pooh authored Apr 24, 2024
2 parents 3f95267 + 267b704 commit 4e192e9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/chrome.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
| selenoid/chrome:121.0 | selenoid/vnc_chrome:121.0 | 121.0.6167.85 | 121.0.6167.85
| selenoid/chrome:122.0 | selenoid/vnc_chrome:122.0 | 122.0.6261.94 | 122.0.6261.94
| selenoid/chrome:123.0 | selenoid/vnc_chrome:123.0 | 123.0.6312.58 | 123.0.6312.58
| selenoid/chrome:124.0 | selenoid/vnc_chrome:124.0 | 124.0.6367.78 | 124.0.6367.78
|===

[NOTE]
Expand Down
1 change: 1 addition & 0 deletions docs/firefox.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ WARNING: Firefox 53.0+ images require Selenium client 3.4.0 or newer for Java an
| selenoid/firefox:122.0 | selenoid/vnc_firefox:122.0 | 1.11.1 | 0.34.0 | 122.0
| selenoid/firefox:123.0 | selenoid/vnc_firefox:123.0 | 1.11.1 | 0.34.0 | 123.0
| selenoid/firefox:124.0 | selenoid/vnc_firefox:124.0 | 1.11.2 | 0.34.0 | 124.0
| selenoid/firefox:125.0 | selenoid/vnc_firefox:125.0 | 1.11.2 | 0.34.0 | 125.0.2
|===
1 change: 1 addition & 0 deletions docs/msedge.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ IMPORTANT: When adding Microsoft Edge to browsers.json - you have to use Microso
| browsers/edge:121.0 | 121.0.2277.106 | 121.0.2277.106
| browsers/edge:122.0 | 122.0.2365.63 | 122.0.2365.63
| browsers/edge:123.0 | 123.0.2420.41 | 123.0.2420.53
| browsers/edge:124.0 | 124.0.2478.10 | 124.0.2478.51
|===
2 changes: 1 addition & 1 deletion selenium/android/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bullseye as go
FROM golang:1.22-bullseye as go

COPY tmp/devtools /devtools

Expand Down
2 changes: 1 addition & 1 deletion selenium/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG UBUNTU_VERSION=22.04

FROM golang:1.21-bullseye as go
FROM golang:1.22-bullseye as go

COPY xseld /xseld

Expand Down
2 changes: 1 addition & 1 deletion selenium/external-host/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-bullseye as go
FROM golang:1.22-bullseye as go

COPY choose /choose

Expand Down
2 changes: 1 addition & 1 deletion static/chrome/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION
FROM golang:1.21-bullseye as go
FROM golang:1.22-bullseye as go

COPY devtools /devtools

Expand Down
2 changes: 1 addition & 1 deletion static/safari/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN \
ninja install && \
rm -Rf /var/lib/apt/lists/*

FROM golang:1.21-bullseye as go
FROM golang:1.22-bullseye as go

COPY cmd/prism /prism

Expand Down

0 comments on commit 4e192e9

Please sign in to comment.