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

chore(deps): update docker.io/pihole/pihole docker tag to v2025.10.3

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

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

@@ -3,7 +3,7 @@ services:
     {% if not swarm_enabled %}
     container_name: {{ container_name }}
     {% endif %}
-    image: docker.io/pihole/pihole:2025.10.2
+    image: docker.io/pihole/pihole:2025.10.3
     env_file:
       - .env.pihole
     {% if network_mode == 'host' %}