Merge pull request #1410 from AmruthPillai/dependabot/docker/server/playwright-v1.36.2-focal

Bump playwright from v1.36.1-focal to v1.36.2-focal in /server
This commit is contained in:
Amruth Pillai
2023-07-31 10:31:58 +02:00
committed by GitHub
+1 -1
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