2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 23:46:33 +01:00

update selenoid

This commit is contained in:
kev
2021-07-30 16:47:23 +08:00
parent 12674d60ed
commit d6cd8ef158
2 changed files with 25 additions and 25 deletions

View File

@@ -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"
}
}