Просмотр исходного кода

chore(deps): update docker.io/gitea/gitea docker tag to v1.25.2

renovate[bot] 2 месяцев назад
Родитель
Сommit
32d7bdde0c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      library/compose/gitea/compose.yaml.j2

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

@@ -1,6 +1,6 @@
 services:
   {{ service_name }}:
-    image: docker.io/gitea/gitea:1.25.1
+    image: docker.io/gitea/gitea:1.25.2
     restart: {{ restart_policy }}
     environment:
       - USER_UID={{ user_uid }}