docs(troubleshooting): update Alpine Chromium version (#6320)

The newest Chromium package is now using version 83, which corresponds to Puppeteer v3.1.0.
This commit is contained in:
Maciej Brencz 2020-08-10 07:44:22 +02:00 committed by GitHub
parent 8e29b7a38d
commit 142f88c7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ how to run this Dockerfile from a webserver running on App Engine Flex (Node).
### Running on Alpine
The [newest Chromium package](https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium) supported on Alpine is 77, which corresponds to [Puppeteer v1.19.0](https://github.com/puppeteer/puppeteer/releases/tag/v1.19.0).
The [newest Chromium package](https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium) supported on Alpine is 83, which corresponds to [Puppeteer v3.1.0](https://github.com/puppeteer/puppeteer/releases/tag/v3.1.0).
Example Dockerfile: