Merge pull request #1173 from AmruthPillai/dependabot/docker/server/playwright-v1.29.2-focal

Bump playwright from v1.29.1-focal to v1.29.2-focal in /server
This commit is contained in:
Amruth Pillai
2023-01-09 10:02:27 +01:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ COPY --from=dependencies /app/server/node_modules ./server/node_modules
RUN pnpm run build --filter server
FROM mcr.microsoft.com/playwright:v1.29.1-focal as production
FROM mcr.microsoft.com/playwright:v1.29.2-focal as production
WORKDIR /app