Bump nextcloud versions

master
Jef Roosens 2022-06-24 09:12:38 +02:00
parent b1e3d13d6d
commit 1cf642fba2
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services:
app:
image: 'nextcloud:23.0.3-apache'
image: 'nextcloud:23.0.6-apache'
deploy:
mode: 'replicated'
@ -48,7 +48,7 @@ services:
- 'root:/var/www/html'
cron:
image: 'nextcloud:23.0.3-apache'
image: 'nextcloud:23.0.6-apache'
entrypoint: '/cron.sh'
deploy:
@ -76,7 +76,7 @@ services:
- 'root:/var/www/html'
db:
image: 'postgres:14.2-alpine'
image: 'postgres:14.4-alpine'
healthcheck:
test: pg_isready -U nextcloud
@ -100,7 +100,7 @@ services:
- 'db-data:/var/lib/postgresql/data'
redis:
image: 'redis:6.2.6-alpine'
image: 'redis:6.2.7-alpine'
healthcheck:
test: 'redis-cli -h localhost ping'