-
Notifications
You must be signed in to change notification settings - Fork 655
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 #775: Update deps in docker-server to match global deps #779
Conversation
@@ -1,4 +1,4 @@ | |||
FROM node:14-buster-slim | |||
FROM node:14-bullseye-slim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgraded to satisfy `GLIBC_2.29' dependency for sqlite3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @patrickhulce @connorjclark, PR Ready for review - with the end of support for Node 12 ending in less than 2 weeks (30th of April). It would be good to release a fix to resolve #775 🙏 Look forward to your response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @metalix2 !
Hey @patrickhulce any news on when this could be merge and released? 🙏 |
@connorjclark any chance you have bandwidth for release? |
Any follow up on a release? |
Main fix here is to set the same version the docker server dependencies use as the main packages.
I've tested this and it seems to fix the #775 issue.