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

Convert backend to use alpine to get libssl3 #1198

Merged
merged 2 commits into from
May 29, 2023

Conversation

mipyykko
Copy link
Collaborator

Debian buster (nor bullseye) have libssl3, so a mismatch between Node.js 18, Prisma and the distribution libssl version here. Alpine has it, though, and migrating the Dockerfile to use that was easy.

Also, Prisma connection url no longer accepts quoted strings.

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #1198 (9c36878) into master (daa33e3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1198   +/-   ##
=======================================
  Coverage   64.30%   64.30%           
=======================================
  Files         125      125           
  Lines        5306     5306           
  Branches     1238     1238           
=======================================
  Hits         3412     3412           
  Misses       1767     1767           
  Partials      127      127           
Flag Coverage Δ
backend 64.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
backend/graphql/Completion/index.ts 100.00% <ø> (ø)
backend/graphql/Course/index.ts 100.00% <ø> (ø)
backend/graphql/StudyModule/index.ts 100.00% <ø> (ø)
backend/graphql/User/index.ts 100.00% <ø> (ø)
backend/graphql/index.ts 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mipyykko mipyykko merged commit b9fcaea into master May 29, 2023
@mipyykko mipyykko deleted the fix-use-alpine-in-backend-dockerfile branch May 29, 2023 07:20
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.

1 participant