Skip to content

Commit 13a7b77

Browse files
fix(api): pin prisma@7.6.0 in Dockerfile generate step (prevents stale v6 binary resolution) (#2423)
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
1 parent 8a05e29 commit 13a7b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/Dockerfile.multistage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN cd packages/auth && bun run build \
7171
RUN cd packages/db && node scripts/combine-schemas.js \
7272
&& cp /app/packages/db/dist/schema.prisma /app/apps/api/prisma/schema.prisma \
7373
&& node /app/apps/api/scripts/patch-schema-generator.js \
74-
&& cd /app/apps/api && bunx prisma generate && bunx nest build
74+
&& cd /app/apps/api && bunx prisma@7.6.0 generate && bunx nest build
7575

7676
# =============================================================================
7777
# STAGE 3: Production Runtime

0 commit comments

Comments
 (0)