nextcloud / nextcloud/nextcloud-docker-dev

[Bug] Please Update nextcloud-dev-php82:latest to nextcloud-dev-php83:latest

Open Beginner friendly
#480 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
PHP
Stars
190
Forks
103
Avg merge
4h 36m
Merged PRs (30d)
1

Description

Steps to reproduce
  1. git clone https://github.com/juliusknorr/nextcloud-docker-dev
  2. cd nextcloud-docker-dev
  3. ./bootstrap.sh
  4. docker 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.