nextcloud / nextcloud/nextcloud-docker-dev
[Bug] Please Update nextcloud-dev-php82:latest to nextcloud-dev-php83:latest
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 190
- Forks
- 103
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 1
Description
Steps to reproduce
git clone https://github.com/juliusknorr/nextcloud-docker-devcd nextcloud-docker-dev./bootstrap.shdocker compose up -d nextcloud
Expected behaviour
I’m supposed to be able to reach the Nextcloud instance via http://nextcloud.local/
Actual behaviour
An error message appears at startup: This version of Nextcloud requires at least PHP 8.3. You are currently running 8.2.31. Please update your PHP version.
Server configuration
PHP version: : 8.2.31
Nextcloud version: : 35.0.0 dev
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Docker Compose configuration used by ./bootstrap.sh and docker compose up -d nextcloud, looking for the nextcloud-dev-php82:latest image reference. Update that reference to nextcloud-dev-php83:latest, then rerun the documented commands and confirm the Nextcloud instance starts at http://nextcloud.local/ without the PHP version error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, php
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100