diff --git a/Dockerfile b/Dockerfile index 2c4cf47..c2a87ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN npx tsc-alias FROM node:23-alpine3.20 WORKDIR /app -RUN apk update && apk add --no-cache openssl COPY --from=builder /app/build build/ COPY --from=builder /app/node_modules node_modules/ COPY --from=builder /app/workers/build /app/workers diff --git a/package.json b/package.json index c1f8764..bf8b2d3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "postcss": "8.4.47", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.7", - "prisma": "^5.21.1", + "prisma": "^6.1.0", "svelte": "^5.1.9", "svelte-check": "^4.0.5", "tailwindcss": "3.4.14", @@ -41,7 +41,7 @@ "dependencies": { "@lucia-auth/adapter-prisma": "^4.0.1", "@node-rs/argon2": "^2.0.0", - "@prisma/client": "^5.21.1", + "@prisma/client": "^6.1.0", "@skeletonlabs/skeleton": "^2.10.3", "@skeletonlabs/tw-plugin": "^0.4.0", "@sveltejs/adapter-auto": "^3.3.1",