Bump playwright from v1.32.3-focal to v1.34.0-focal in /server

Bumps playwright from v1.32.3-focal to v1.34.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-05-22 02:58:19 +00:00
committed by GitHub
parent fa3e92d643
commit 2e2f3271c9

View File

@ -24,7 +24,7 @@ COPY --from=dependencies /app/server/node_modules ./server/node_modules
RUN pnpm run --filter schema build \
&& pnpm run --filter server build
FROM mcr.microsoft.com/playwright:v1.32.3-focal as production
FROM mcr.microsoft.com/playwright:v1.34.0-focal as production
WORKDIR /app