timoschlueter / nightscout-librelink-up

Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout.
MIT License
192 stars 246 forks source link

Bugfix: Docker build pipeline #102

Closed timoschlueter closed 1 year ago

timoschlueter commented 1 year ago

There seem to be issues associated with building multiple containers without explicitly specifying which version of node is used for a docker image: https://github.com/nodejs/node/issues/43064#issuecomment-1591237820

This PR sets the base-image for the container to a specific version.