fix: move to alpine 3.16 to fix openssl related crashes

This commit is contained in:
Andrew Bastin
2023-08-21 23:18:12 +05:30
parent 633d98bbbc
commit f8bbf320fb
4 changed files with 21 additions and 25 deletions

View File

@@ -5,10 +5,7 @@ datasource db {
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-1.1.x"]
// Implemented as part of a fix, see: https://github.com/prisma/prisma/issues/10649
engineType = "binary"
binaryTargets = ["native", "debian-openssl-1.1.x", "debian-openssl-3.0.x"]
}
model Team {