Skip to content

Commit

Permalink
build(nc): bump to NC 27.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Jan 25, 2024
1 parent a8d340c commit b66d5a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

FROM ubuntu:22.04

ADD https://download.nextcloud.com/server/releases/nextcloud-27.1.5.tar.bz2 /root/nextcloud.tar.bz2
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.2.3/richdocuments-v8.2.3.tar.gz /root/richdocuments.tar.gz
ADD https://download.nextcloud.com/server/releases/nextcloud-27.1.6.tar.bz2 /root/nextcloud.tar.bz2
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.2.4/richdocuments-v8.2.4.tar.gz /root/richdocuments.tar.gz
ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v8.2.4/onlyoffice.tar.gz /root/onlyoffice.tar.gz
COPY resources/entrypoint.sh /usr/sbin/
COPY resources/60-nextcloud.ini /etc/php/8.1/apache2/conf.d/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

app_name=nextcloud
app_version=27.1.5-0
app_version=27.1.6-0
app_upgrade_from=26.0.10-0

ucs_version=5.0
Expand Down
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if [ "$NC_IS_UPGRADE" -eq 0 ] ; then
$OCC db:convert-filecache-bigint -n
$OCC db:add-missing-indices

# ensure that all apps are up to date on installation (e.g. files_rightclick on 17.0.1)
# ensure that all apps are up to date on installation
$OCC app:update --all

else
Expand Down

0 comments on commit b66d5a5

Please sign in to comment.