Bump playwright from v1.34.3-focal to v1.35.0-focal in /server

Bumps playwright from v1.34.3-focal to v1.35.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-06-12 02:57:59 +00:00
committed by GitHub
parent a0b8de4ab4
commit bb0ca824b8

View File

@ -26,7 +26,7 @@ ENV TURBO_TOKEN=$TURBO_TOKEN
RUN pnpm exec turbo --filter server build
FROM mcr.microsoft.com/playwright:v1.34.3-focal as production
FROM mcr.microsoft.com/playwright:v1.35.0-focal as production
WORKDIR /app