فهرست منبع

chore(deps): update docker.io/louislam/uptime-kuma docker tag to v2

renovate[bot] 8 ساعت پیش
والد
کامیت
7fb5e1a502
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      library/compose/uptimekuma/common/volumes.yaml.j2
  2. 1 1
      library/compose/uptimekuma/services/uptimekuma.yaml.j2

+ 1 - 1
library/compose/uptimekuma/common/volumes.yaml.j2

@@ -3,7 +3,7 @@ volumes:
     driver: local
 services:
   {{ service_name }}:
-    image: docker.io/louislam/uptime-kuma:1.23.17
+    image: docker.io/louislam/uptime-kuma:2.1.1
     container_name: {{ container_name }}
     ports:
       - 3001:3001

+ 1 - 1
library/compose/uptimekuma/services/uptimekuma.yaml.j2

@@ -1,6 +1,6 @@
 services:
   {{ service_name }}:
-    image: docker.io/louislam/uptime-kuma:1.23.17
+    image: docker.io/louislam/uptime-kuma:2.1.1
     container_name: {{ container_name }}
     ports:
       - 3001:3001