From 24a77ba00ec62dfd2120ca4f5b7e91d8aca06324 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Thu, 17 Mar 2022 09:59:52 +0300 Subject: [PATCH] Bump base image version to 7.3.5 --- selenium/opera_presto/Dockerfile | 2 +- static/chrome/apt/Dockerfile | 2 +- static/chrome/local/Dockerfile | 2 +- static/edge/apt/Dockerfile | 2 +- static/edge/local/Dockerfile | 2 +- static/firefox/apt/Dockerfile | 2 +- static/firefox/local/Dockerfile | 2 +- static/opera/apt/Dockerfile | 2 +- static/opera/local/Dockerfile | 2 +- static/safari/Dockerfile | 2 +- static/yandex/apt/Dockerfile | 2 +- static/yandex/local/Dockerfile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) 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