linuxserver / docker-nextcloud

GNU General Public License v3.0
677 stars 128 forks source link

[BUG] how can I build a newer nextcloud version since this docker donot follow the newest nextcloud version? #420

Closed DingYuan0118 closed 3 months ago

DingYuan0118 commented 3 months ago

Is there an existing issue for this?

Current Behavior

can only upgrade to 26.0.2. since there is not a 26.0.13 version docker

image

Expected Behavior

can upgrade to the newest support version

Steps To Reproduce

  1. doceker pull image
  2. replace old image
  3. upgrade nextcloud

Environment

- OS: debian PVE 5.19.17-2
- How docker service was installed: 
docker compose

CPU architecture

x86-64

Docker creation

nextcloud:
    image: linuxserver/nextcloud:26.0.1
    container_name: nextcloud
    environment:
      - PUID=1000
      - PGID=100
      - TZ=Asia/Shanghai

    volumes: 
      - /zfspool/AppData/NextCloud/config:/config
      - /zfspool/media/nextcloud/data:/data
    ports:
      - 10001:443
    expose:  
      - 80

Container logs

no
github-actions[bot] commented 3 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 3 months ago

The newest version is 28.0.3 and we build that. https://github.com/nextcloud/server/releases/tag/v28.0.3

What we don't build is patch releases for older versions.

You can always build them locally. Instructions are in the readme.