Skip to content

Commit 670367e

Browse files
committed
bump to 30.0.11
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent 0f6b519 commit 670367e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

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

2323
FROM ubuntu:24.04
2424

25-
ADD https://download.nextcloud.com/server/releases/nextcloud-30.0.10.tar.bz2 /root/nextcloud.tar.bz2
26-
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.5.6/richdocuments-v8.5.6.tar.gz /root/richdocuments.tar.gz
25+
ADD https://download.nextcloud.com/server/releases/nextcloud-30.0.11.tar.bz2 /root/nextcloud.tar.bz2
26+
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.5.7/richdocuments-v8.5.7.tar.gz /root/richdocuments.tar.gz
2727
ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.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.3/apache2/conf.d/

Makefile

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

2020
app_name=nextcloud
21-
app_version=30.0.10-2
21+
app_version=30.0.10-90
2222
app_upgrade_from=29.0.11-0
2323

2424
ucs_version=5.0

0 commit comments

Comments
 (0)