Skip to content

Commit

Permalink
feat: update prisma binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Aug 16, 2022
1 parent d41f605 commit acd0cab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/diced/prisma-binaries:3.15.x as prisma
FROM ghcr.io/diced/prisma-binaries:4.1.x as prisma

FROM alpine:3.16 AS deps
RUN mkdir -p /prisma-engines
Expand Down Expand Up @@ -51,7 +51,6 @@ ENV NODE_ENV production
ENV NEXT_TELEMETRY_DISABLED 1

COPY --from=builder /build/.next ./.next
COPY --from=builder /build/dist ./dist
COPY --from=builder /build/node_modules ./node_modules

COPY --from=builder /build/next.config.js ./next.config.js
Expand Down

0 comments on commit acd0cab

Please sign in to comment.