brocaar / chirpstack-application-server

ChirpStack Application Server is an open-source LoRaWAN application-server.
https://www.chirpstack.io
MIT License
501 stars 326 forks source link

Fix alpine version to prevent nodejs bump #709

Closed conny-andersson closed 1 year ago

conny-andersson commented 1 year ago

Docker image golang:1.19.3-alpine has moved to nodejs version 18, this contains a breaking change causing the ui/build to fail. Changed to golang:1.19.3-apline3.16 which still uses nodejs 16.

brocaar commented 1 year ago

Thanks @conny-andersson :+1: , once the tests have passed I'll merge this.