1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

update selenoid

This commit is contained in:
kev 2020-01-13 15:40:31 +08:00
parent 1da72ca022
commit 638299081e
2 changed files with 8 additions and 8 deletions

@ -28,9 +28,9 @@ Required Images
- aerokube/selenoid-ui:latest-release
- selenoid/video-recorder:latest-release
- selenoid/chrome:79.0
- selenoid/firefox:71.0
- selenoid/firefox:72.0
- selenoid/vnc:chrome_79.0
- selenoid/vnc:firefox_71.0
- selenoid/vnc:firefox_72.0
```json
{
@ -44,10 +44,10 @@ Required Images
}
},
"firefox": {
"default": "71.0",
"default": "72.0",
"versions": {
"71.0": {
"image": "selenoid/vnc:firefox_71.0",
"72.0": {
"image": "selenoid/vnc:firefox_72.0",
"port": "4444"
}
}

@ -9,10 +9,10 @@
}
},
"firefox": {
"default": "71.0",
"default": "72.0",
"versions": {
"71.0": {
"image": "selenoid/vnc:firefox_71.0",
"72.0": {
"image": "selenoid/vnc:firefox_72.0",
"port": "4444"
}
}