Skip to content

Commit

Permalink
Upgraded Chromium to 83.0.4103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed May 28, 2020
1 parent 6c3fa37 commit 978dd22
Showing 1 changed file with 1 addition and 1 deletion.
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 microbox/chromium-headless:75.0.3765.1 as runner
FROM microbox/chromium-headless:83.0.4103.0 as runner

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

Expand Down

0 comments on commit 978dd22

Please sign in to comment.