Lock turborepo to a specific version (1.10.10 breaks our Docker builds)

This commit is contained in:
Eric Allam
2023-07-25 13:37:40 +01:00
parent 27a9812194
commit 51e6a74eda
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:18.16.1-bullseye-slim AS pruner
WORKDIR /triggerdotdev
COPY --chown=node:node . .
RUN npx -q turbo prune --scope=webapp --docker
RUN npx -q turbo@1.10.9 prune --scope=webapp --docker
RUN find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
# Base strategy to have layer caching