Hubs-Foundation / dialog

Mediasoup based WebRTC SFU
Mozilla Public License 2.0
71 stars 85 forks source link

Fix Node Version pinning #58

Open B4dT0bi opened 1 month ago

B4dT0bi commented 1 month ago

the new lts version of node is 20 now, so the docker build fails with incompatible node modules, because the build version is 18.x.x and the run version is 20.x.x

Using the node version pinning also for the "runtime-version" fixes this issue.

The other modifications are just to get rid of some docker build warnings.