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

Merge pull request #1449 from ChristianLempa/renovate/docker.io-pihole-pihole-2025.10.x

chore(deps): update docker.io/pihole/pihole docker tag to v2025.10.3
Christian Lempa 6 месяцев назад
Родитель
Сommit
6ffdecb10a
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      library/compose/pihole/compose.yaml.j2
  2. 2 2
      library/compose/pihole/template.yaml

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

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

+ 2 - 2
library/compose/pihole/template.yaml

@@ -14,9 +14,9 @@ metadata:
     Documentation: https://docs.pi-hole.net/
     Documentation: https://docs.pi-hole.net/
 
 
     GitHub: https://github.com/pi-hole/pi-hole
     GitHub: https://github.com/pi-hole/pi-hole
-  version: 2025.10.2
+  version: 2025.10.3
   author: Christian Lempa
   author: Christian Lempa
-  date: '2025-10-28'
+  date: '2025-10-31'
   tags:
   tags:
     - dns
     - dns
     - ad-blocking
     - ad-blocking