File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323FROM ubuntu:22.04
2424
25- ADD https://download.nextcloud.com/server/releases/nextcloud-25.0.9 .tar.bz2 /root/nextcloud.tar.bz2
26- ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v7.1.4 /richdocuments-v7.1.4 .tar.gz /root/richdocuments.tar.gz
27- ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.8.0 /onlyoffice.tar.gz /root/onlyoffice.tar.gz
25+ ADD https://download.nextcloud.com/server/releases/nextcloud-25.0.13 .tar.bz2 /root/nextcloud.tar.bz2
26+ ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v7.1.7 /richdocuments-v7.1.7 .tar.gz /root/richdocuments.tar.gz
27+ ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.9.2 /onlyoffice.tar.gz /root/onlyoffice.tar.gz
2828COPY resources/entrypoint.sh /usr/sbin/
2929COPY resources/60-nextcloud.ini /etc/php/8.1/apache2/conf.d/
3030COPY resources/60-nextcloud.ini /etc/php/8.1/cli/conf.d/
Original file line number Diff line number Diff line change 1818# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
2020app_name =nextcloud
21- app_version =25.0.9 -0
21+ app_version =25.0.13 -0
2222app_upgrade_from =24.0.11-0-ucs1
2323
2424ucs_version =5.0
You can’t perform that action at this time.
0 commit comments