From 4ac928934403a548ef7b500b9b70b620f24c6f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:45:02 +0000 Subject: [PATCH] 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] --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 2ba1cd12..05adcc37 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.36.1-focal as production +FROM mcr.microsoft.com/playwright:v1.36.2-focal as production WORKDIR /app