-
Notifications
You must be signed in to change notification settings - Fork 614
Always use the latest base image for build dockers #5401
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
Conversation
|
Is it better to use dependabot to automatically update these? I see code warnings for the unpinned dependency. |
I was puzzled by dependabot not updating the dockerfile so I made this PR. But, I just found a way to look at the dependabot logs and figured out why. There's a stale path in the config file. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5401 +/- ##
==========================================
- Coverage 86.60% 85.52% -1.09%
==========================================
Files 59 59
Lines 18328 18328
==========================================
- Hits 15873 15675 -198
- Misses 2455 2653 +198 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Always use the latest base image for build dockers
Testing
CI