envoyproxy / ratelimit

Go/gRPC service designed to enable generic rate limit scenarios from different types of applications.
Apache License 2.0
2.25k stars 440 forks source link

improve go version, to fix security issue. #656

Closed johnzheng1975 closed 1 month ago

johnzheng1975 commented 1 month ago

Fix security issue: https://github.com/envoyproxy/ratelimit/issues/654 image

kanurag94 commented 1 month ago

Does the Dockerfile here also need an update https://github.com/envoyproxy/ratelimit/blob/main/Dockerfile#L1

johnzheng1975 commented 1 month ago

Also used latest 1.22 version for docker build. Please review, thanks.