Update Nextcloud to 29.0.4
All checks were successful
/ terraform (push) Successful in 37s
/ ansible (push) Successful in 1m21s

This commit is contained in:
Jake Howard 2024-07-30 19:51:39 +01:00
parent eb0ba4ec2e
commit 905f327ec5
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ $CONFIG = array (
0 => 'intersect.jakehoward.tech',
),
'dbtype' => 'mysql',
'version' => '29.0.3.4',
'version' => '29.0.4.1',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',

View file

@ -1,6 +1,6 @@
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:29.0.3
image: lscr.io/linuxserver/nextcloud:29.0.4
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}