diff --git a/Dockerfile b/Dockerfile index 4c18e8486d..b8b8d41780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # reference: https://stackoverflow.com/a/51683309/3711475 # reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker -FROM mcr.microsoft.com/playwright:v1.35.1-focal AS setup +FROM mcr.microsoft.com/playwright:v1.36.0-focal AS setup USER root