diff --git a/static/chrome/apt/Dockerfile b/static/chrome/apt/Dockerfile index 869abbd2b..da4d855b1 100644 --- a/static/chrome/apt/Dockerfile +++ b/static/chrome/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION ARG PACKAGE=google-chrome-stable diff --git a/static/chrome/local/Dockerfile b/static/chrome/local/Dockerfile index 3609b303f..76f1eec33 100644 --- a/static/chrome/local/Dockerfile +++ b/static/chrome/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION=noop ARG PACKAGE=google-chrome-stable diff --git a/static/chromium/apt/Dockerfile b/static/chromium/apt/Dockerfile index 7fe14f97a..6daa340ef 100644 --- a/static/chromium/apt/Dockerfile +++ b/static/chromium/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION ARG PACKAGE=chromium-browser diff --git a/static/chromium/local/Dockerfile b/static/chromium/local/Dockerfile index ebd15da43..9cba136d0 100644 --- a/static/chromium/local/Dockerfile +++ b/static/chromium/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION=noop ARG PACKAGE=chromium-browser diff --git a/static/edge/apt/Dockerfile b/static/edge/apt/Dockerfile index da3303df6..7d5284b68 100644 --- a/static/edge/apt/Dockerfile +++ b/static/edge/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION ARG PACKAGE=microsoft-edge-stable diff --git a/static/edge/local/Dockerfile b/static/edge/local/Dockerfile index 6df0d66ef..4a5a8856a 100644 --- a/static/edge/local/Dockerfile +++ b/static/edge/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION=noop ARG PACKAGE=microsoft-edge-stable diff --git a/static/firefox/apt/Dockerfile b/static/firefox/apt/Dockerfile index 45475f0c5..ac2897932 100644 --- a/static/firefox/apt/Dockerfile +++ b/static/firefox/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION ARG PACKAGE=firefox diff --git a/static/firefox/local/Dockerfile b/static/firefox/local/Dockerfile index ec474f03c..cd1f81a88 100644 --- a/static/firefox/local/Dockerfile +++ b/static/firefox/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION=noop ARG PACKAGE=firefox diff --git a/static/opera/apt/Dockerfile b/static/opera/apt/Dockerfile index d47931c3d..25f89572e 100644 --- a/static/opera/apt/Dockerfile +++ b/static/opera/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION ARG PACKAGE=opera-stable diff --git a/static/opera/local/Dockerfile b/static/opera/local/Dockerfile index 6062f6d0a..f46f09dc7 100644 --- a/static/opera/local/Dockerfile +++ b/static/opera/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION=noop ARG PACKAGE=opera-stable diff --git a/static/safari/Dockerfile b/static/safari/Dockerfile index 33b0a84e3..2ebfc54f6 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.0 +FROM browsers/base:7.4.1 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 b92377480..0dc9f9535 100644 --- a/static/yandex/apt/Dockerfile +++ b/static/yandex/apt/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION=19.4.2.698-1 diff --git a/static/yandex/local/Dockerfile b/static/yandex/local/Dockerfile index 84c0c4108..a551fd32f 100644 --- a/static/yandex/local/Dockerfile +++ b/static/yandex/local/Dockerfile @@ -1,4 +1,4 @@ -FROM browsers/base:7.4.0 +FROM browsers/base:7.4.1 ARG VERSION=noop