Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Recent browser images #680

Merged
merged 4 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading