We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8b6d6c + 016bb53 commit 19ff75eCopy full SHA for 19ff75e
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache g++ make python3 && rm -rf /var/cache/apk/*
16
COPY --from=build_src /usr/app .
17
18
RUN yarn install --non-interactive --frozen-lockfile --production --force
19
-RUN npx lerna bootstrap --ignore-scripts -- --production --no-optional
+RUN npx lerna@6.4.1 bootstrap --ignore-scripts -- --production --no-optional
20
21
FROM node:18-alpine
22
WORKDIR /usr/app
0 commit comments