Skip to content

Commit 51e6a74

Browse files
committed
Lock turborepo to a specific version (1.10.10 breaks our Docker builds)
1 parent 27a9812 commit 51e6a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18.16.1-bullseye-slim AS pruner
33
WORKDIR /triggerdotdev
44

55
COPY --chown=node:node . .
6-
RUN npx -q turbo prune --scope=webapp --docker
6+
RUN npx -q turbo@1.10.9 prune --scope=webapp --docker
77
RUN find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
88

99
# Base strategy to have layer caching

0 commit comments

Comments
 (0)