From 3ea4a9b0001d6a42052ddc9051dca00175678e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 02:36:05 +0000 Subject: [PATCH] Bump playwright from v1.35.1-focal to v1.36.1-focal in /server Bumps playwright from v1.35.1-focal to v1.36.1-focal. --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index fdc9bfc7b..2ba1cd12b 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -26,7 +26,7 @@ ENV TURBO_TOKEN=$TURBO_TOKEN RUN pnpm exec turbo --filter server build -FROM mcr.microsoft.com/playwright:v1.35.1-focal as production +FROM mcr.microsoft.com/playwright:v1.36.1-focal as production WORKDIR /app