Skip to content

Commit f23adbf

Browse files
committed
bump to 25.0.8
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent ed8e021 commit f23adbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
FROM ubuntu:20.04
2424

25-
ADD https://download.nextcloud.com/server/releases/nextcloud-25.0.3.tar.bz2 /root/nextcloud.tar.bz2
26-
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v7.1.0/richdocuments-v7.1.0.tar.gz /root/richdocuments.tar.gz
27-
ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v7.6.8/onlyoffice.tar.gz /root/onlyoffice.tar.gz
25+
ADD https://download.nextcloud.com/server/releases/nextcloud-25.0.8.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
2828
COPY resources/entrypoint.sh /usr/sbin/
2929
COPY resources/60-nextcloud.ini /etc/php/8.1/apache2/conf.d/
3030
COPY resources/60-nextcloud.ini /etc/php/8.1/cli/conf.d/

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919

2020
app_name=nextcloud
21-
app_version=25.0.2-90
22-
app_upgrade_from=24.0.7-1
21+
app_version=25.0.8-0
22+
app_upgrade_from=24.0.11-0-ucs1
2323

2424
ucs_version=5.0
2525

0 commit comments

Comments
 (0)