mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 23:46:33 +01:00
update selenoid
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"chrome": {
|
||||
"default": "91.0",
|
||||
"default": "92.0",
|
||||
"versions": {
|
||||
"91.0": {
|
||||
"image": "selenoid/vnc:chrome_91.0",
|
||||
"92.0": {
|
||||
"image": "selenoid/vnc:chrome_92.0",
|
||||
"port": "4444"
|
||||
}
|
||||
}
|
||||
},
|
||||
"firefox": {
|
||||
"default": "88.0",
|
||||
"default": "90.0",
|
||||
"versions": {
|
||||
"88.0": {
|
||||
"image": "selenoid/vnc:firefox_88.0",
|
||||
"90.0": {
|
||||
"image": "selenoid/vnc:firefox_90.0",
|
||||
"port": "4444",
|
||||
"path": "/wd/hub"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opera": {
|
||||
"default": "76.0",
|
||||
"default": "77.0",
|
||||
"versions": {
|
||||
"76.0": {
|
||||
"image": "selenoid/vnc:opera_76.0",
|
||||
"77.0": {
|
||||
"image": "selenoid/vnc:opera_77.0",
|
||||
"port": "4444"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user