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

Commit

Permalink
Bump base image version to browsers/base:7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Oct 25, 2023
1 parent bfd40b3 commit a3ea429
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
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 browsers/base:7.4.0
FROM browsers/base:7.4.1

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 browsers/base:7.4.0
FROM browsers/base:7.4.1

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

ARG VERSION
ARG PACKAGE=chromium-browser
Expand Down
2 changes: 1 addition & 1 deletion static/chromium/local/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM browsers/base:7.4.0
FROM browsers/base:7.4.1

ARG VERSION=noop
ARG PACKAGE=chromium-browser
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 browsers/base:7.4.0
FROM browsers/base:7.4.1

ARG VERSION
ARG PACKAGE=microsoft-edge-stable
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 browsers/base:7.4.0
FROM browsers/base:7.4.1

ARG VERSION=noop
ARG PACKAGE=microsoft-edge-stable
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 browsers/base:7.4.0
FROM browsers/base:7.4.1

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 browsers/base:7.4.0
FROM browsers/base:7.4.1

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 browsers/base:7.4.0
FROM browsers/base:7.4.1

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 browsers/base:7.4.0
FROM browsers/base:7.4.1

ARG VERSION=noop
ARG PACKAGE=opera-stable
Expand Down
2 changes: 1 addition & 1 deletion static/safari/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
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 browsers/base:7.4.0
FROM browsers/base:7.4.1

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 browsers/base:7.4.0
FROM browsers/base:7.4.1

ARG VERSION=noop

Expand Down

0 comments on commit a3ea429

Please sign in to comment.