-
Notifications
You must be signed in to change notification settings - Fork 317
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 Dockerfile base image alpine3.20->alpine3.21 #428
Conversation
Update Dockerfile base image alpine3.20->alpine3.21
@tianon or @yosifkit may have to confirm here - but the reason alpine wasn't updated to 3.21 originally is because node 18 doesn't work with it, and there are issues updating to node 20 on some architectures. See #425. Those reasons may not be valid anymore, but either way I think updating to latest alpine is a bit more complicated than just updating the base image |
|
@acburdine from what I understand, the issues are with updating the node version, not the alpine version that node uses. It seems the alpine version was just a timing thing. |
Our So, I'm comfortable with this if you are, @acburdine ❤️ |
it's fine with me, just wanted to make sure there wasn't some build issue with less common arch's 👍🏻 |
Let's merge it and find out! 😄 |
Changes: - docker-library/ghost@51d8f68: Merge pull request docker-library/ghost#428 from locohamster/master - docker-library/ghost@ecd5118: Merge pull request docker-library/ghost#1 from locohamster/update-to-alpine3.21 - docker-library/ghost@53b2329: Update Dockerfile base image alpine3.20->alpine3.21
Just a base image bump to the latest. I was looking on the security scans of the image and there a quite few. I'm providing this version bump and trying to investigate how to resolve serious ones.