Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes a Prisma SSL bug by bumping Prisma #1544

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Fixes a Prisma SSL bug by bumping Prisma #1544

merged 2 commits into from
Oct 27, 2023

Conversation

infomiho
Copy link
Contributor

@infomiho infomiho commented Oct 27, 2023

Closes #1543

Prisma had an issue with SSL in the 4.12.0, they fixed it in 4.13.0. I've bumped the version to the latest 4.X.X and removed the OpenSSL 1.1. installation line from the Dockerfile so we would use OpenSSL 3.0.

Copy link
Member

@Martinsos Martinsos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@infomiho nice job!

I would, in case you haven't, to check all the changes that happened with Prisma from 4.12 to 4.16, in case there is something we should adapt to when doing this update.

Signed-off-by: Mihovil Ilakovac <[email protected]>
@infomiho infomiho merged commit e871e04 into main Oct 27, 2023
4 checks passed
@infomiho infomiho deleted the miho-prisma-bump branch October 27, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prisma crashes on Railway when SSL is used
2 participants