From edb01972b9606d8b05b979a588eda0d622315981 Mon Sep 17 00:00:00 2001 From: ilya-sharonov <37154259+ilya-sharonov@users.noreply.github.com> Date: Fri, 8 Oct 2021 22:09:04 +0300 Subject: [PATCH] fix: updated troubleshooting.md to meet latest dependencies changes (#7656) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 64446217f9a40..040d082cee593 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -339,7 +339,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 92, which corresponds to [Puppeteer v10.0.0](https://github.com/puppeteer/puppeteer/releases/tag/v10.0.0). +The [newest Chromium package](https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium) supported on Alpine is 93, which corresponds to [Puppeteer v10.2.0](https://github.com/puppeteer/puppeteer/releases/tag/v10.2.0). Example Dockerfile: