Skip to content

Commit

Permalink
Updated relase dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed May 28, 2020
1 parent 2315391 commit d0479f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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
RUN apt-get update && apt-get install -y dumb-init ca-certificates

WORKDIR /root

Expand Down

0 comments on commit d0479f7

Please sign in to comment.