update to 23.0.9
This commit is contained in:
		
							parent
							
								
									d54d279570
								
							
						
					
					
						commit
						7d8bb7ae4e
					
				@ -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"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM nextcloud:23.0.6-apache
 | 
					FROM nextcloud:23.0.9-apache
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG VERSION
 | 
					ARG VERSION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user