diff --git a/server/Dockerfile b/server/Dockerfile index 2ba1cd12..05adcc37 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.36.1-focal as production +FROM mcr.microsoft.com/playwright:v1.36.2-focal as production WORKDIR /app