-
Notifications
You must be signed in to change notification settings - Fork 122
build(project): remove specific version for 'ca-certificates' #866
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
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe pull request involves a modification to the Dockerfile, specifically in the package installation command. The change removes the version specification for the Changes
Suggested reviewers
Possibly related PRs
This modification appears to be a minor adjustment to package version management, potentially aimed at ensuring the most up-to-date certificate authorities are installed while maintaining stability for other critical packages. The change allows for more flexible package management without compromising the overall build process. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #866 +/- ##
=======================================
Coverage 45.03% 45.03%
=======================================
Files 113 113
Lines 6395 6395
=======================================
Hits 2880 2880
Misses 3380 3380
Partials 135 135 |
9211bfd
to
a1da1b5
Compare
a1da1b5
to
3b9f0e9
Compare
In
Dockerfile
:ca-certificates
version to align with base image updates, avoiding build failures when the base image evolves. Kept other package versions pinned as needed./bin/ash
with the-o pipefail
option, resolving Hadolint DL4006 warnings.Summary by CodeRabbit
ca-certificates
package during build processca-certificates