abutaha / aws-es-proxy

aws-es-proxy is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service.
Apache License 2.0
596 stars 202 forks source link

Use a scratch image #93

Open zscholl opened 3 years ago

zscholl commented 3 years ago

This change switches the docker base image to scratch instead of alpine.

This ensures that the container does not go stale or accrue vulnerabilities over time.

abutaha commented 2 years ago

Thanks for the PR. Will review over the weekend.