diff --git a/Dockerfile.worker b/Dockerfile.worker index 010b3ea..fc80cd5 100644 --- a/Dockerfile.worker +++ b/Dockerfile.worker @@ -2,7 +2,7 @@ # - Avoids building the Next.js app # - Includes OS dependencies + browsers needed for Playwright -FROM mcr.microsoft.com/playwright:v1.58.2-jammy +FROM mcr.microsoft.com/playwright:v1.60.0-jammy WORKDIR /app