I'm suddenly having issues with creating a new docker image of my nextjs with prisma app.
The issues relate to openssl and the wrong prisma binary being built for the wrong environment. I've now wasted half a day so far trying to resolve this issue.
What gets me the most though, is that I literally built this project about a week ago without issue and it is running in production. So why can I now not build the same Docker image at the same git ref?
It's so frustrating.