Browse Source

chore(deps): update docker.io/library/nextcloud docker tag to v32.0.6

renovate[bot] 8 hours ago
parent
commit
750d2edd3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/compose/nextcloud/compose.yaml.j2

+ 1 - 1
library/compose/nextcloud/compose.yaml.j2

@@ -1,6 +1,6 @@
 services:
   {{ service_name }}-app:
-    image: docker.io/library/nextcloud:32.0.5-apache
+    image: docker.io/library/nextcloud:32.0.6-apache
     {% if not swarm_enabled %}
     restart: {{ restart_policy }}
     container_name: {{ container_name }}-app