dorianim / mrbs-docker

Docker image for the meeting-room-booking-system including my modern-mrbs-theme
https://hub.docker.com/r/dorianim/mrbs
GNU Affero General Public License v3.0
19 stars 6 forks source link

Suggestion to Upgrade Docker Container to PHP 8.3 #9

Closed cecilyen closed 2 months ago

cecilyen commented 3 months ago

I wanted to share an article I found that shows some impressive performance improvements in PHP 8.3 over PHP 8.1. According to the PHP Benchmarks: Real-World Speed Tests for Versions 8.1, 8.2, and 8.3, PHP 8.3 is significantly faster.

Would you consider upgrading your MRBS container to PHP 8.3? I think this upgrade could really boost MRBS's performance.

cecilyen commented 3 months ago

PHP 8.3 is available from Alpine 3.19 onward.

dorianim commented 3 months ago

Thanks for the suggestion. I pinned the image while back, because the newer ones didn't support armv7: https://github.com/dorianim/mrbs-docker/commit/448e912e1b577c6be0748475d44d67afec6536a3

I think the reasoning was that armv7 is needed for older raspberry pis.

cecilyen commented 2 months ago

Support for Alpine 3.17 will end in four months on November 22, 2024. It may be time to consider upgrading to Alpine 3.19 or later.

dorianim commented 2 months ago

Alright, I've dropped armv7 support and upgraded to alpine 3.20 with php 8.3 in 1.11.5