Bump playwright from v1.29.2-focal to v1.30.0-focal in /server

Bumps playwright from v1.29.2-focal to v1.30.0-focal.

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 02:17:52 +00:00
committed by GitHub
parent 45f2dc1cfc
commit 20f1031e28

View File

@ -23,7 +23,7 @@ COPY --from=dependencies /app/server/node_modules ./server/node_modules
RUN pnpm run build --filter server RUN pnpm run build --filter server
FROM mcr.microsoft.com/playwright:v1.29.2-focal as production FROM mcr.microsoft.com/playwright:v1.30.0-focal as production
WORKDIR /app WORKDIR /app