nextcloud: bumped versions to latest patch release

This commit is contained in:
Jef Roosens 2022-09-05 11:38:18 +02:00
parent ce909c0a30
commit a3440f8928
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 6 additions and 4 deletions

View file

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