Skip to content

Commit 74888cf

Browse files
authored
Update PHP version from 8.4 to 8.5 in Dockerfiles (#690)
Minor update to the PHP version number in the comment headers of two dockerfiles. - - -
1 parent 60f0e56 commit 74888cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/openemr/8.1.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ============================================================================
55
# This Dockerfile builds a production-ready OpenEMR container image with:
66
# - Apache web server for serving OpenEMR
7-
# - PHP 8.4 with all required extensions
7+
# - PHP 8.5 with all required extensions
88
# - OpenEMR application code with dependencies installed
99
# - Automated setup and configuration scripts
1010
# - Support for SSL/TLS certificates

docker/openemr/8.1.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ============================================================================
55
# This Dockerfile builds a production-ready OpenEMR container image with:
66
# - Apache web server for serving OpenEMR
7-
# - PHP 8.4 with all required extensions
7+
# - PHP 8.5 with all required extensions
88
# - OpenEMR application code with dependencies installed
99
# - Automated setup and configuration scripts
1010
# - Support for SSL/TLS certificates

0 commit comments

Comments
 (0)