diff --git a/apps/nextcloud/Dockerfile b/apps/nextcloud/Dockerfile index 6a292dc..d011507 100644 --- a/apps/nextcloud/Dockerfile +++ b/apps/nextcloud/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:22-fpm +FROM nextcloud:23-fpm #needed for some reason ENV NEXTCLOUD_UPDATE=1 diff --git a/apps/nextcloud/config.php b/apps/nextcloud/config.php index a11acd7..71acefd 100644 --- a/apps/nextcloud/config.php +++ b/apps/nextcloud/config.php @@ -46,7 +46,7 @@ $CONFIG = array( ), 'datadirectory' => '/var/www/html/data', 'dbtype' => 'pgsql', - 'version' => '22.1.1.2', + 'version' => '23.0.0', 'overwrite.cli.url' => 'http://nc.lan', 'dbname' => 'nextcloud', 'dbhost' => 'postgres.live-env.svc.cluster.local:5432', @@ -57,4 +57,4 @@ $CONFIG = array( 'installed' => true, 'default_phone_region' => 'DE', 'updater.release.channel' => 'stable', -); \ No newline at end of file +);