resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
685 stars 67 forks source link

Update docker to use go v1.22.4 #247

Closed jirenius closed 3 months ago

jirenius commented 3 months ago

Issue

Dockerfile uses older versions of alpine and Go to build. This should be updated to use alpine3.20 with go v1.22.4

jirenius commented 3 months ago

Resolved in PR #248