Skip to content

Update PHP version in Dockerfile to 8.4#349

Merged
Cannonb4ll merged 1 commit into
ploi:mainfrom
therohanparmar:fix/dockerfile-php-8.4
Jun 22, 2026
Merged

Update PHP version in Dockerfile to 8.4#349
Cannonb4ll merged 1 commit into
ploi:mainfrom
therohanparmar:fix/dockerfile-php-8.4

Conversation

@therohanparmar

Copy link
Copy Markdown
Contributor

What

Updates docker/Dockerfile base image from php:8.2-fpm-alpine3.18 to php:8.4-fpm-alpine3.21.

Why

The README "Requirements" section states PHP >= 8.4, but the Docker image
currently ships PHP 8.2, so Docker users don't get the documented environment.

Source PHP version
README → Requirements >= 8.4
docker/Dockerfile (before) 8.2
docker/Dockerfile (after) 8.4

Testing

  • docker compose -f docker/docker-compose.yml build roadmap succeeds
  • Container boots and serves the app

@Cannonb4ll Cannonb4ll merged commit 7a4a2d3 into ploi:main Jun 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants