version string in config needs to be updated, hooray

This commit is contained in:
2021-10-18 14:32:05 +02:00
parent 4e37047691
commit b55e6b247d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM nextcloud:21-fpm
FROM nextcloud:22-fpm
#needed for some reason
ENV NEXTCLOUD_UPDATE=1

View File

@@ -46,7 +46,7 @@ $CONFIG = array(
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'pgsql',
'version' => '20.0.9.1',
'version' => '21.0.5',
'overwrite.cli.url' => 'http://nc.lan',
'dbname' => 'nextcloud',
'dbhost' => 'postgres.live-env.svc.cluster.local:5432',