Open
Description
Describe the bug
Renovate do not detect/update to latest Go version (1.24.2 --> 1.24.4)
Expected behavior
Renovate should propose bumps to patch version of Go used in the Dockerfile as patch version can (and do) contains security updates like 1.24.4 fixes https://pkg.go.dev/vuln/GO-2025-3751
**Fix proposal
Why not set the source image in the FROM directive of the Dockerfile to target a version with a patch number and get renovate to propose these fixes ?
If ok for you, I'm up for creating the PR for the change (even though, it's small enough to be handled by anyone really 😄 )
Activity
nginx-bot commentedon Jun 23, 2025
Hi @LoicDaval-Amadeus! Welcome to the project! 🎉
Thanks for opening this issue!
Be sure to check out our Contributing Guidelines and the Issue Lifecycle while you wait for someone on the team to take a look at this.
kumarashu123 commentedon Jun 26, 2025
What's the plan to fix this?