diff --git a/playwright.Dockerfile b/playwright.Dockerfile index b81cbd0e..4052a166 100644 --- a/playwright.Dockerfile +++ b/playwright.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.38.0-jammy +FROM mcr.microsoft.com/playwright:v1.38.1-jammy ARG UID=1000 GID=1000