Finb / bark-server

Backend of Bark
https://bark.day.app
MIT License
2.56k stars 408 forks source link

Dockerfile dependencies out-of-date #119

Closed harryzcy closed 2 years ago

harryzcy commented 2 years ago

The images in Dockerfile could be upgraded.

go.mod now sets go version to 1.17. So golang:1.16-alpine should be upgraded.

Also alpine:3.13 could be upgraded to alpine:3.15