BlueWallet / LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts for end-users
http://LndHub.io
MIT License
752 stars 185 forks source link

Update node from 12-buster to 16-bullseye #301

Closed AaronDewes closed 2 years ago

AaronDewes commented 2 years ago

With Node 16 and Debian Bullseye being out now, this updates the BlueWallet docker containers to these versions. On Citadel, this will allow faster downloads of the app because it always uses the up-to-date containers, and when (if) Umbrel migrates to Node 16, it'll also allow faster downloads there.

Also, with the docker container now being up-to-date, and Node 12 being the oldest still maintained node version, I don't think babel is still useful, so maybe that could be dropped in the future too to reduce the size of the docker container and the amount of dependencies.

@Overtorment

Overtorment commented 2 years ago

thanks! how do we drop babel exactly?