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.1RC1-fpm
Copy link

Choose a reason for hiding this comment

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

Bug: Upgrade uses pre-release PHP Release Candidate version

The base image php:8.5.1RC1-fpm is a Release Candidate (pre-release) version, not a stable release. RC versions are intended for testing and may contain undiscovered bugs or behaviors that change before the final stable release. Using an RC version in production environments introduces stability risks and is generally not recommended. This Snyk-generated upgrade inadvertently selects a pre-production PHP version that could cause unexpected issues.

Fix in Cursor Fix in Web


ENV DOCKERIZE_VERSION 0.6.1