Revert Prisma 5.17.0.

This commit is contained in:
Mike Cao 2025-01-17 15:16:23 -08:00
parent dc7d2cf119
commit a02a6c76a6
3 changed files with 41 additions and 43 deletions

View file

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