Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM php:8.0-fpm
FROM php:8.5.2RC1-fpm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RC version used in production Docker image

The base image php:8.5.2RC1-fpm is a Release Candidate (RC) version, not a stable release. RC versions are pre-release software intended for testing, not production use. They may contain undiscovered bugs and lack stability guarantees. This is counterproductive for a security upgrade since it introduces instability risks. A stable PHP version (like php:8.4-fpm or the latest stable 8.x release) would be more appropriate for production deployments.

Fix in Cursor Fix in Web


ENV DOCKERIZE_VERSION 0.6.1