diff --git a/Dockerfile b/Dockerfile index eec7aa49506..74689b01cfe 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.28.1-focal AS setup +FROM mcr.microsoft.com/playwright:v1.29.0-focal AS setup USER root