Skip to content

Commit 865b90b

Browse files
committed
Upgraded Chromium image to 99.0.4844.0
1 parent f2df50d commit 865b90b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY . .
1414
RUN CGO_ENABLED=0 GOOS=linux make compile
1515

1616
# Build the final container. And install
17-
FROM montferret/chromium:97.0.4692.0
17+
FROM montferret/chromium:99.0.4844.0
1818

1919
RUN apt-get update && apt-get install -y dumb-init
2020

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the final container. And install
2-
FROM montferret/chromium:97.0.4692.0
2+
FROM montferret/chromium:99.0.4844.0
33

44
RUN apt-get update && apt-get install -y dumb-init
55

0 commit comments

Comments
 (0)