external-secrets / kubernetes-external-secrets

Integrate external secret management systems with Kubernetes
MIT License
2.6k stars 404 forks source link

fix: update image to use alpine 3.14 base #855

Closed Flydiverny closed 2 years ago

Flydiverny commented 2 years ago

Current image is based on alpine which is alpine 3.11, which is end of life in november. Update to specify specific alpine version (3.14) base

Fixes #842