diff --git a/selenium/opera_presto/Dockerfile b/selenium/opera_presto/Dockerfile index 382e068b7..cd35137e8 100644 --- a/selenium/opera_presto/Dockerfile +++ b/selenium/opera_presto/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 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 adb5c05dd..5f7bb7105 100644 --- a/static/chrome/apt/Dockerfile +++ b/static/chrome/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION ARG PACKAGE=google-chrome-stable diff --git a/static/chrome/local/Dockerfile b/static/chrome/local/Dockerfile index acd280095..cfb892b5c 100644 --- a/static/chrome/local/Dockerfile +++ b/static/chrome/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION=noop ARG PACKAGE=google-chrome-stable diff --git a/static/edge/apt/Dockerfile b/static/edge/apt/Dockerfile index e3d7b2083..ec82b2285 100644 --- a/static/edge/apt/Dockerfile +++ b/static/edge/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION ARG PACKAGE=microsoft-edge-stable diff --git a/static/edge/local/Dockerfile b/static/edge/local/Dockerfile index 2d3d88653..1407f835b 100644 --- a/static/edge/local/Dockerfile +++ b/static/edge/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION=noop ARG PACKAGE=microsoft-edge-stable diff --git a/static/firefox/apt/Dockerfile b/static/firefox/apt/Dockerfile index 688473c46..b89ec8c94 100644 --- a/static/firefox/apt/Dockerfile +++ b/static/firefox/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION ARG PACKAGE=firefox diff --git a/static/firefox/local/Dockerfile b/static/firefox/local/Dockerfile index e830a2021..3110eabd4 100644 --- a/static/firefox/local/Dockerfile +++ b/static/firefox/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION=noop ARG PACKAGE=firefox diff --git a/static/opera/apt/Dockerfile b/static/opera/apt/Dockerfile index ba550a354..7f0a8214e 100644 --- a/static/opera/apt/Dockerfile +++ b/static/opera/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION ARG PACKAGE=opera-stable diff --git a/static/opera/local/Dockerfile b/static/opera/local/Dockerfile index 3db4bd8d3..767ba5624 100644 --- a/static/opera/local/Dockerfile +++ b/static/opera/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION=noop ARG PACKAGE=opera-stable diff --git a/static/safari/Dockerfile b/static/safari/Dockerfile index ecb7744d5..ff0840509 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.3.4 +FROM browsers/base:7.3.5 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 d67f51f2e..9816f419a 100644 --- a/static/yandex/apt/Dockerfile +++ b/static/yandex/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION=19.4.2.698-1 diff --git a/static/yandex/local/Dockerfile b/static/yandex/local/Dockerfile index 1da5e0bc0..c785c9240 100644 --- a/static/yandex/local/Dockerfile +++ b/static/yandex/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.3.4 +FROM browsers/base:7.3.5 ARG VERSION=noop