dtzar / helm-kubectl

Docker Hub image with helm and kubectl on top of alpine linux with bash
https://hub.docker.com/r/dtzar/helm-kubectl/
MIT License
365 stars 133 forks source link

Use explicit alpine version #154

Closed dtzar closed 10 months ago

dtzar commented 10 months ago

Switch to using an explicit alpine minor version (e.g. 3.19) in the Dockerfile versus the general 3 tag so that we ensure we document the proper version of alpine being used in the base image.

gaby commented 10 months ago

Sounds like a good idea. Dependabot can track docker image tags. I will make the changes tonight