-
Notifications
You must be signed in to change notification settings - Fork 336
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
Update the alpine base image #125
Conversation
The alpine base image is already available in version 3.5. The ruby image should also use this version.
See also #103, #108, and docker-library/golang#131 (comment). 😞 |
Does it stay open until the Go update is done? |
@jehrhardt Would you like to bump this to alpine:3.6? |
@tianon It looks like we have 2 options on the table to move forward—update the existing alpine tag and potentially break backward compatibility, or follow the example of docker-library/golang and create a new -alpine3.6 tag. Who can make that decision for this repo? |
There are only two ways we're getting Alpine 3.6 for this repo, given that the common usage of it is
Since Ruby 2.5 probably isn't right around the corner, we should move ahead with adding an @jehrhardt would you like to update this PR / make a new one to implement an |
I assume this PR can be closed? |
@ojab Yes, I think this is safe to close. |
Doh! Already done in #145. 👍 |
awesome. Thanks!
|
The alpine base image is already available in version 3.5. The ruby image should also use this version.