diff --git a/server/Dockerfile b/server/Dockerfile index 76db2d2d..3a52075d 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.0-focal as production +FROM mcr.microsoft.com/playwright:v1.29.1-focal as production WORKDIR /app