Browse Source

Merge pull request #848 from ChristianLempa/renovate/docker.io-library-nextcloud-31.0.x

Christoph Schug 11 months ago
parent
commit
71c966d89d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose/nextcloud/compose.yaml

+ 1 - 1
docker-compose/nextcloud/compose.yaml

@@ -4,7 +4,7 @@ volumes:
   nextcloud-db:
   nextcloud-db:
 services:
 services:
   nextcloud-app:
   nextcloud-app:
-    image: docker.io/library/nextcloud:31.0.1-apache
+    image: docker.io/library/nextcloud:31.0.2-apache
     container_name: nextcloud-app
     container_name: nextcloud-app
     ports:
     ports:
       - 80:80
       - 80:80