Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #347 from vania-pooh/master
Browse files Browse the repository at this point in the history
Using new browsers/base:7.2 image (related to #244)
  • Loading branch information
vania-pooh authored Feb 14, 2021
2 parents 474b6f2 + 1f77066 commit 8611dab
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion selenium/opera_presto/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 - && \
Expand Down
2 changes: 1 addition & 1 deletion static/chrome/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION
ARG PACKAGE=google-chrome-stable
Expand Down
2 changes: 1 addition & 1 deletion static/chrome/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION=noop
ARG PACKAGE=google-chrome-stable
Expand Down
2 changes: 1 addition & 1 deletion static/edge/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION
ARG PACKAGE=microsoft-edge-beta
Expand Down
2 changes: 1 addition & 1 deletion static/edge/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION=noop
ARG PACKAGE=microsoft-edge-beta
Expand Down
2 changes: 1 addition & 1 deletion static/firefox/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION
ARG PACKAGE=firefox
Expand Down
2 changes: 1 addition & 1 deletion static/firefox/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION=noop
ARG PACKAGE=firefox
Expand Down
2 changes: 1 addition & 1 deletion static/opera/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION
ARG PACKAGE=opera-stable
Expand Down
2 changes: 1 addition & 1 deletion static/opera/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION=noop
ARG PACKAGE=opera-stable
Expand Down
2 changes: 1 addition & 1 deletion static/yandex/apt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION=19.4.2.698-1

Expand Down
2 changes: 1 addition & 1 deletion static/yandex/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM selenoid/base:7.0
FROM browsers/base:7.2

ARG VERSION=noop

Expand Down

0 comments on commit 8611dab

Please sign in to comment.