-
-
Notifications
You must be signed in to change notification settings - Fork 81
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 debian_12/openssl to v3.0.14-1~deb12u2 #851
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe primary change involves updating the OpenSSL package version in the Dockerfile from Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Dockerfile
participant OpenSSL
User->>Dockerfile: Build Docker Image
Dockerfile->>OpenSSL: Install OpenSSL 3.0.14-1~deb12u1
OpenSSL-->>Dockerfile: OpenSSL Installed
Dockerfile-->>User: Docker Image Ready
Poem
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
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- vscode/Dockerfile (1 hunks)
Additional comments not posted (1)
vscode/Dockerfile (1)
42-42
: Update OpenSSL version to3.0.14-1~deb12u1
.The Dockerfile has been updated to use the newer version of OpenSSL,
3.0.14-1~deb12u1
. This change is crucial for maintaining security and functionality, as it likely includes important bug fixes and security patches.
425afc0
to
866e238
Compare
This PR contains the following updates:
3.0.13-1~deb12u1
->3.0.14-1~deb12u2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.