From 016bb53fe897958ac3266c53f581fe508a56a7ab Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Fri, 9 Jun 2023 14:26:12 +0500 Subject: [PATCH] set lerna version in Dockerfile [ci skip] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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