diff --git a/server/Dockerfile b/server/Dockerfile index d3bf0d8a..8a5215c3 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -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.2-focal as production +FROM mcr.microsoft.com/playwright:v1.30.0-focal as production WORKDIR /app