Browse Source

chore(deps): update docker.io/library/mariadb docker tag to v10.11.15 (#1567)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 tháng trước cách đây
mục cha
commit
3116d618d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      library/compose/nextcloud/compose.yaml.j2

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

@@ -75,7 +75,7 @@ services:
     {% if database_type == 'mysql' %}
     # See compatibility matrix for Nextcloud 31
     # https://docs.nextcloud.com/server/31/admin_manual/installation/system_requirements.html
-    image: docker.io/library/mariadb:10.11.14
+    image: docker.io/library/mariadb:10.11.15
     {% if not swarm_enabled %}
     restart: {{ restart_policy }}
     container_name: {{ service_name }}-db