diff --git a/selenium/opera_presto/Dockerfile b/selenium/opera_presto/Dockerfile index c6a494352..f3c4759f1 100644 --- a/selenium/opera_presto/Dockerfile +++ b/selenium/opera_presto/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 RUN \ wget -O- http://deb.opera.com/archive.key | apt-key add - && \ diff --git a/static/chrome/apt/Dockerfile b/static/chrome/apt/Dockerfile index 6fa652c74..65a70b822 100644 --- a/static/chrome/apt/Dockerfile +++ b/static/chrome/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION ARG PACKAGE=google-chrome-stable diff --git a/static/chrome/local/Dockerfile b/static/chrome/local/Dockerfile index ae03574cb..05445defc 100644 --- a/static/chrome/local/Dockerfile +++ b/static/chrome/local/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION=noop ARG PACKAGE=google-chrome-stable diff --git a/static/edge/apt/Dockerfile b/static/edge/apt/Dockerfile index 78ef74495..72c0fa99b 100644 --- a/static/edge/apt/Dockerfile +++ b/static/edge/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION ARG PACKAGE=microsoft-edge-beta diff --git a/static/edge/local/Dockerfile b/static/edge/local/Dockerfile index 7e5b9981a..90bf3db20 100644 --- a/static/edge/local/Dockerfile +++ b/static/edge/local/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION=noop ARG PACKAGE=microsoft-edge-beta diff --git a/static/firefox/apt/Dockerfile b/static/firefox/apt/Dockerfile index 8513f2f66..8c454b6f2 100644 --- a/static/firefox/apt/Dockerfile +++ b/static/firefox/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION ARG PACKAGE=firefox diff --git a/static/firefox/local/Dockerfile b/static/firefox/local/Dockerfile index 15ff47d0a..94391e855 100644 --- a/static/firefox/local/Dockerfile +++ b/static/firefox/local/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION=noop ARG PACKAGE=firefox diff --git a/static/opera/apt/Dockerfile b/static/opera/apt/Dockerfile index 2bf8097d9..7845262a9 100644 --- a/static/opera/apt/Dockerfile +++ b/static/opera/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION ARG PACKAGE=opera-stable diff --git a/static/opera/local/Dockerfile b/static/opera/local/Dockerfile index 5492df7bd..0f31cea59 100644 --- a/static/opera/local/Dockerfile +++ b/static/opera/local/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION=noop ARG PACKAGE=opera-stable diff --git a/static/yandex/apt/Dockerfile b/static/yandex/apt/Dockerfile index dce0ccc02..32ebfaeae 100644 --- a/static/yandex/apt/Dockerfile +++ b/static/yandex/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION=19.4.2.698-1 diff --git a/static/yandex/local/Dockerfile b/static/yandex/local/Dockerfile index e240c99fe..4f0c630d8 100644 --- a/static/yandex/local/Dockerfile +++ b/static/yandex/local/Dockerfile @@ -1,4 +1,4 @@ -FROM selenoid/base:7.0 +FROM browsers/base:7.2 ARG VERSION=noop