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