diff --git a/Dockerfile b/Dockerfile index c4a16567..d3c8f86e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/* COPY --from=build_src /usr/app . RUN yarn install --non-interactive --frozen-lockfile --production --force -RUN npx lerna bootstrap --ignore-scripts -- --production --no-optional +RUN npx lerna@6.4.1 bootstrap --ignore-scripts -- --production --no-optional FROM node:18-alpine WORKDIR /usr/app