Skip to content

Commit

Permalink
Upgraded Chromium image to 99.0.4844.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Feb 11, 2022
1 parent 4cfdf11 commit 016096b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux make compile

# Build the final container. And install
FROM montferret/chromium:93.0.4577.0 as runner
FROM montferret/chromium:99.0.4844.0 as runner

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM montferret/chromium:93.0.4577.0
FROM montferret/chromium:99.0.4844.0

RUN apt-get update && apt-get install -y dumb-init ca-certificates

Expand Down

0 comments on commit 016096b

Please sign in to comment.