update to 23.0.9

This commit is contained in:
oiseauroch 2022-09-11 13:28:53 +02:00
parent d54d279570
commit 7d8bb7ae4e
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ networks:
services: services:
nextcloud-app: nextcloud-app:
image: nextcloud-cron:23.0.6 image: nextcloud-cron:23.0.9
container_name: nextcloud-app container_name: nextcloud-app
restart: unless-stopped restart: unless-stopped
extra_hosts : extra_hosts :
@ -48,7 +48,7 @@ services:
redis: redis:
image: redis image: redis
image: 'bitnami/redis:latest' image: 'bitnami/redis:7.0.2'
container_name: redis container_name: redis
environment: environment:
- "TZ=Europe/Paris" - "TZ=Europe/Paris"

View File

@ -1,4 +1,4 @@
FROM nextcloud:23.0.6-apache FROM nextcloud:23.0.9-apache
ARG VERSION ARG VERSION