Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider updating your Docker base image #11

Open
carlosjgp opened this issue Mar 18, 2020 · 0 comments
Open

Consider updating your Docker base image #11

carlosjgp opened this issue Mar 18, 2020 · 0 comments

Comments

@carlosjgp
Copy link

Your Docker image is using Alpine 3.5 which official support ended 2018-11-01
https://en.wikipedia.org/wiki/Alpine_Linux

Since you are using GoLang you could use
Google's distroless gcr.io/distroless/base
https://github.com/GoogleContainerTools/distroless/tree/master/base

And never worry again about underlying OS getting outdated.
Alternatively use Alpine 3.11 which is the latest distribution

Thanks for this work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant