Skip to content

Commit a7209fc

Browse files
fix(deps): update prisma monorepo to v7.3.0
1 parent a229337 commit a7209fc

File tree

3 files changed

+149
-143
lines changed

3 files changed

+149
-143
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN npm run build
99
FROM node:lts-alpine AS runner
1010
ENV NODE_ENV=production
1111
WORKDIR /app
12-
RUN npm i -g prisma@7.2.0
12+
RUN npm i -g prisma@7.3.0
1313
COPY prisma prisma
1414
COPY prisma.config.js .
1515
COPY --from=builder --chown=node /src/.output .

0 commit comments

Comments
 (0)