crazy-max / docker-nextcloud

Nextcloud Docker image
MIT License
239 stars 47 forks source link

Update Nextcloud to 25.0.4 #112

Closed captainepoch closed 1 year ago

captainepoch commented 1 year ago

Would it be possible to add the Nextcloud version as an env variable rather than an ARG? I might be easier to update NC itself this way.

Just a comment.

crazy-max commented 1 year ago

We need to update both 24 and 25. Carry changes in #113 but thanks for your contrib!

Would it be possible to add the Nextcloud version as an env variable rather than an ARG? I might be easier to update NC itself this way.

What do you mean? If you want to build with a custom version you can just set --build-arg NEXTCLOUD_VERSION=x.x.x.

captainepoch commented 1 year ago

Can that be done using docker-compose?