From 5127faf112804590904042c47a81626f8aca7d55 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Wed, 24 Apr 2024 20:34:10 +0300 Subject: [PATCH 1/4] Added Chrome 124.0 image information --- docs/chrome.adoc | 1 + 1 file changed, 1 insertion(+) 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] From 22c1299aa6af748f3ea7b3b9fd7f2e1a9351d606 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Wed, 24 Apr 2024 20:36:57 +0300 Subject: [PATCH 2/4] Bump Golang to 1.22 in build Dockerfile image --- selenium/android/Dockerfile | 2 +- selenium/base/Dockerfile | 2 +- selenium/external-host/Dockerfile | 2 +- static/chrome/Dockerfile | 2 +- static/safari/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 From 60727b3e25347c3f395ff6638ec74b1b2b248421 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Wed, 24 Apr 2024 20:46:30 +0300 Subject: [PATCH 3/4] Added Firefox 125.0 image information --- docs/firefox.adoc | 1 + 1 file changed, 1 insertion(+) 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 |=== From 267b7047e97b53b011b0488496b6aabc51fbde27 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Wed, 24 Apr 2024 20:50:54 +0300 Subject: [PATCH 4/4] Added Edge 124.0 image information --- docs/msedge.adoc | 1 + 1 file changed, 1 insertion(+) 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 |===