diff --git a/Dockerfile b/Dockerfile index 19ee24f4..cb03e13b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18 AS builder +FROM node:20 AS builder RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm