From 884d495b78353d4f308902ddf60cce9365703577 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Fri, 7 Aug 2020 19:47:27 +0200 Subject: [PATCH] Update troubleshooting.md The newest Chromium package is now using version 83, which corresponds to Puppeteer v3.1.0 --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 112f00d947dab..a5d4233935bc0 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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: