diff --git a/Dockerfile b/Dockerfile index 53f28b9..854d1ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY --link bun.lock ./bun.lock COPY --link prisma ./prisma RUN apt-get update -y && apt-get install -y openssl -RUN bun add prisma +RUN bun add prisma@6.13.0 RUN bunx --bun prisma generate FROM oven/bun:${BUN_VERSION} AS base