This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree 8 files changed +8
-5
lines changed
8 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 80
80
| selenoid/chrome:121.0 | selenoid/vnc_chrome:121.0 | 121.0.6167.85 | 121.0.6167.85
81
81
| selenoid/chrome:122.0 | selenoid/vnc_chrome:122.0 | 122.0.6261.94 | 122.0.6261.94
82
82
| selenoid/chrome:123.0 | selenoid/vnc_chrome:123.0 | 123.0.6312.58 | 123.0.6312.58
83
+ | selenoid/chrome:124.0 | selenoid/vnc_chrome:124.0 | 124.0.6367.78 | 124.0.6367.78
83
84
|===
84
85
85
86
[NOTE]
Original file line number Diff line number Diff line change @@ -140,4 +140,5 @@ WARNING: Firefox 53.0+ images require Selenium client 3.4.0 or newer for Java an
140
140
| selenoid/firefox:122.0 | selenoid/vnc_firefox:122.0 | 1.11.1 | 0.34.0 | 122.0
141
141
| selenoid/firefox:123.0 | selenoid/vnc_firefox:123.0 | 1.11.1 | 0.34.0 | 123.0
142
142
| selenoid/firefox:124.0 | selenoid/vnc_firefox:124.0 | 1.11.2 | 0.34.0 | 124.0
143
+ | selenoid/firefox:125.0 | selenoid/vnc_firefox:125.0 | 1.11.2 | 0.34.0 | 125.0.2
143
144
|===
Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ IMPORTANT: When adding Microsoft Edge to browsers.json - you have to use Microso
42
42
| browsers/edge:121.0 | 121.0.2277.106 | 121.0.2277.106
43
43
| browsers/edge:122.0 | 122.0.2365.63 | 122.0.2365.63
44
44
| browsers/edge:123.0 | 123.0.2420.41 | 123.0.2420.53
45
+ | browsers/edge:124.0 | 124.0.2478.10 | 124.0.2478.51
45
46
|===
Original file line number Diff line number Diff line change 1
- FROM golang:1.21 -bullseye as go
1
+ FROM golang:1.22 -bullseye as go
2
2
3
3
COPY tmp/devtools /devtools
4
4
Original file line number Diff line number Diff line change 1
1
ARG UBUNTU_VERSION=22.04
2
2
3
- FROM golang:1.21 -bullseye as go
3
+ FROM golang:1.22 -bullseye as go
4
4
5
5
COPY xseld /xseld
6
6
Original file line number Diff line number Diff line change 1
- FROM golang:1.21 -bullseye as go
1
+ FROM golang:1.22 -bullseye as go
2
2
3
3
COPY choose /choose
4
4
Original file line number Diff line number Diff line change 1
1
ARG VERSION
2
- FROM golang:1.21 -bullseye as go
2
+ FROM golang:1.22 -bullseye as go
3
3
4
4
COPY devtools /devtools
5
5
Original file line number Diff line number Diff line change 14
14
ninja install && \
15
15
rm -Rf /var/lib/apt/lists/*
16
16
17
- FROM golang:1.21 -bullseye as go
17
+ FROM golang:1.22 -bullseye as go
18
18
19
19
COPY cmd/prism /prism
20
20
You can’t perform that action at this time.
0 commit comments