diff --git a/docs/chrome.adoc b/docs/chrome.adoc index 8fa1eca37..2ee3373f6 100644 --- a/docs/chrome.adoc +++ b/docs/chrome.adoc @@ -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] diff --git a/docs/firefox.adoc b/docs/firefox.adoc index 107da369f..59473bdee 100644 --- a/docs/firefox.adoc +++ b/docs/firefox.adoc @@ -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 |=== diff --git a/docs/msedge.adoc b/docs/msedge.adoc index 7b3f64906..b14f8f1a0 100644 --- a/docs/msedge.adoc +++ b/docs/msedge.adoc @@ -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 |=== diff --git a/selenium/android/Dockerfile b/selenium/android/Dockerfile index 648f7f300..f9bf288a8 100644 --- a/selenium/android/Dockerfile +++ b/selenium/android/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-bullseye as go +FROM golang:1.22-bullseye as go COPY tmp/devtools /devtools diff --git a/selenium/base/Dockerfile b/selenium/base/Dockerfile index 1717afa38..3a299b6f8 100644 --- a/selenium/base/Dockerfile +++ b/selenium/base/Dockerfile @@ -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 diff --git a/selenium/external-host/Dockerfile b/selenium/external-host/Dockerfile index e5101748b..6e3f85455 100644 --- a/selenium/external-host/Dockerfile +++ b/selenium/external-host/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-bullseye as go +FROM golang:1.22-bullseye as go COPY choose /choose diff --git a/static/chrome/Dockerfile b/static/chrome/Dockerfile index eb8ae06fb..ee806b099 100644 --- a/static/chrome/Dockerfile +++ b/static/chrome/Dockerfile @@ -1,5 +1,5 @@ ARG VERSION -FROM golang:1.21-bullseye as go +FROM golang:1.22-bullseye as go COPY devtools /devtools diff --git a/static/safari/Dockerfile b/static/safari/Dockerfile index 4f8a2a473..5eed2c057 100644 --- a/static/safari/Dockerfile +++ b/static/safari/Dockerfile @@ -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