Closed Derane closed 2 months ago
The Dockerfile has been modified to improve package management by introducing a command that upgrades the openssl
and libssl3
packages prior to the installation of PHP extensions. Additionally, the base image tag has been updated from php:8.3-fpm-alpine
to php:8.3-fpm-alpine3.20
, ensuring a more specific and stable environment for the application.
Files | Change Summary |
---|---|
Dockerfile | Added command to upgrade openssl and libssl3 packages; removed openssl from PHP extensions installation; updated base image tag to php:8.3-fpm-alpine3.20 . |
(No sequence diagrams generated as the changes are straightforward and do not involve complex interactions.)
In the garden where I hop and play,
New packages bloom, brightening the day.
Withopenssl
fresh, I bound with glee,
A streamlined path, just for me!
Hooray for changes, let’s dance and cheer,
For every upgrade brings joy near! 🐇✨
[!TIP]
New features
Walkthrough comment now includes: - Possibly related PRs: A list of potentially related PRs to help you recall past context. - Suggested labels: CodeRabbit can now suggest labels by learning from your past PRs. You can also provide custom labeling instructions in the UI or configuration file. Notes: - Please share any feedback in the [discussion post](https://discordapp.com/channels/1134356397673414807/1282535539299323995) on our Discord. - Possibly related PRs, automatic label suggestions based on past PRs, learnings, and possibly related issues require data opt-in (enabled by default).
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
a0e6af7
) to head (910f359
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
update openssl libssl3 in Dockerfile
Related Issue
https://github.com/VilnaCRM-Org/php-service-template/issues/47
Types of changes
Checklist:
Summary by CodeRabbit
openssl
library separately, potentially reducing image size.