Bump playwright from v1.36.1-focal to v1.36.2-focal in /server

Bumps playwright from v1.36.1-focal to v1.36.2-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-07-31 02:45:02 +00:00
committed by GitHub
parent d67272cf9e
commit 4ac9289344

View File

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