Upgrade Prisma to v6.1.0.

(cherry picked from commit c0fd22cbf6)
This commit is contained in:
Mike Cao 2025-01-10 18:58:53 -08:00
parent b355522569
commit 07330bd930
5 changed files with 46 additions and 44 deletions

View file

@ -39,8 +39,8 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
RUN set -x \
&& apk add --no-cache curl openssl \
&& yarn add npm-run-all dotenv semver prisma@5.17.0
&& apk add --no-cache curl \
&& yarn add npm-run-all dotenv semver prisma@6.1.0
# You only need to copy next.config.js if you are NOT using the default configuration
COPY --from=builder /app/next.config.js .