diff --git a/selenium/opera_presto/Dockerfile b/selenium/opera_presto/Dockerfile index f19551e37..571825276 100644 --- a/selenium/opera_presto/Dockerfile +++ b/selenium/opera_presto/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.2 RUN \ curl -s https://deb.opera.com/archive.key | apt-key add - && \ diff --git a/static/chrome/apt/Dockerfile b/static/chrome/apt/Dockerfile index 4fad52ad9..68ef48096 100644 --- a/static/chrome/apt/Dockerfile +++ b/static/chrome/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION ARG PACKAGE=google-chrome-stable diff --git a/static/chrome/local/Dockerfile b/static/chrome/local/Dockerfile index 397e5b498..f9cc2e6ed 100644 --- a/static/chrome/local/Dockerfile +++ b/static/chrome/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION=noop ARG PACKAGE=google-chrome-stable diff --git a/static/chromium/apt/Dockerfile b/static/chromium/apt/Dockerfile index 6daa340ef..3389ad91b 100644 --- a/static/chromium/apt/Dockerfile +++ b/static/chromium/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION ARG PACKAGE=chromium-browser diff --git a/static/chromium/local/Dockerfile b/static/chromium/local/Dockerfile index 9cba136d0..cdd661b5b 100644 --- a/static/chromium/local/Dockerfile +++ b/static/chromium/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION=noop ARG PACKAGE=chromium-browser diff --git a/static/edge/apt/Dockerfile b/static/edge/apt/Dockerfile index 7d5284b68..a1783e6c4 100644 --- a/static/edge/apt/Dockerfile +++ b/static/edge/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION ARG PACKAGE=microsoft-edge-stable diff --git a/static/edge/local/Dockerfile b/static/edge/local/Dockerfile index 4a5a8856a..29c20abe0 100644 --- a/static/edge/local/Dockerfile +++ b/static/edge/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION=noop ARG PACKAGE=microsoft-edge-stable diff --git a/static/firefox/apt/Dockerfile b/static/firefox/apt/Dockerfile index ac2897932..37ce5450d 100644 --- a/static/firefox/apt/Dockerfile +++ b/static/firefox/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION ARG PACKAGE=firefox diff --git a/static/firefox/local/Dockerfile b/static/firefox/local/Dockerfile index cd1f81a88..448c1822f 100644 --- a/static/firefox/local/Dockerfile +++ b/static/firefox/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION=noop ARG PACKAGE=firefox diff --git a/static/opera/apt/Dockerfile b/static/opera/apt/Dockerfile index 25f89572e..ee83e95ba 100644 --- a/static/opera/apt/Dockerfile +++ b/static/opera/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION ARG PACKAGE=opera-stable diff --git a/static/opera/local/Dockerfile b/static/opera/local/Dockerfile index f46f09dc7..fe66b86d3 100644 --- a/static/opera/local/Dockerfile +++ b/static/opera/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION=noop ARG PACKAGE=opera-stable diff --git a/static/safari/Dockerfile b/static/safari/Dockerfile index 3a4d06a87..4f8a2a473 100644 --- a/static/safari/Dockerfile +++ b/static/safari/Dockerfile @@ -26,7 +26,7 @@ RUN \ upx /prism/prism && \ rm -Rf /var/lib/apt/lists/* -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 COPY --from=build /opt/webkit /opt/webkit COPY --from=go /prism/prism /usr/bin/ diff --git a/static/yandex/apt/Dockerfile b/static/yandex/apt/Dockerfile index 0dc9f9535..7b395c67c 100644 --- a/static/yandex/apt/Dockerfile +++ b/static/yandex/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION=19.4.2.698-1 diff --git a/static/yandex/local/Dockerfile b/static/yandex/local/Dockerfile index a551fd32f..cb8488ead 100644 --- a/static/yandex/local/Dockerfile +++ b/static/yandex/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.1 +FROM browsers/base:7.4.2 ARG VERSION=noop