diff --git a/server/Dockerfile b/server/Dockerfile index 20bbeac4..fdc9bfc7 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.35.0-focal as production +FROM mcr.microsoft.com/playwright:v1.35.1-focal as production WORKDIR /app