diff --git a/Dockerfile b/Dockerfile index f509acde5..f84afd3cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /opt/client/ # System deps and app setup: RUN apk --no-cache add 'build-base>=0.5' 'git>=2.38' \ - && npm install -g 'pnpm@^7.30' + && npm install -g 'pnpm@^8' # Add diretories with necessary config files COPY pnpm-lock.yaml package.json /opt/client/