Browse Source

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

renovate[bot] 4 months ago
parent
commit
cac81d2539
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.2-apache
+    image: docker.io/library/nextcloud:32.0.3-apache
     {% if not swarm_enabled %}
     restart: {{ restart_policy }}
     container_name: {{ container_name }}-app