Skip to content

Commit

Permalink
Minor: confirm Chromium version in Dockerfile-test-acceptance [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jul 12, 2020
1 parent ff99613 commit 52cb38a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile-test-acceptance
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ RUN npm config set scripts-prepend-node-path true \
RUN yarn install --frozen-lockfile

# ---------- Acceptance test image from here
# https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md

# Installs latest Chromium 79.0.3945.88-r0 available in Apline 3.11:
# Installs latest Chromium 81.0.4044.113-r0 available in Apline 3.11:
# Alpine: https://github.com/nodejs/docker-node/blob/8b8ee/12/alpine3.11/Dockerfile
# Chromium: https://pkgs.alpinelinux.org/package/v3.11/community/x86_64/chromium
RUN apk update && apk upgrade && \
Expand Down

0 comments on commit 52cb38a

Please sign in to comment.