From 93843592da58efcb28cf740dd7dbfa9f04061fc8 Mon Sep 17 00:00:00 2001 From: Vitalii Tverdokhlib Date: Wed, 11 Sep 2019 11:30:59 +0300 Subject: [PATCH] docs(troubleshooting): fix Alpine version link (#4927) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 4e2ae454ca435..7019762bc71f2 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -316,7 +316,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 73, which was corresponding to [Puppeteer v1.12.2](https://github.com/GoogleChrome/puppeteer/releases/tag/v1.12.2). +The [newest Chromium package](https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium) supported on Alpine is 76, which corresponds to [Puppeteer v1.17.0](https://github.com/GoogleChrome/puppeteer/releases/tag/v1.17.0). Example Dockerfile: