Update lscr.io/linuxserver/nextcloud Docker tag to v28.0.1
All checks were successful
/ terraform (push) Successful in 33s
/ ansible (push) Successful in 1m49s

This commit is contained in:
Renovate 2023-12-24 16:00:28 +00:00 committed by Jake Howard
parent 0e0d0c9b82
commit 83543fe081
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' => '28.0.0.11',
'version' => '28.0.1.1',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',

View file

@ -2,7 +2,7 @@ version: "2.3"
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:28.0.0
image: lscr.io/linuxserver/nextcloud:28.0.1
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}