Explorar el Código

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

renovate[bot] hace 8 meses
padre
commit
7e1fdc5f8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 %}
     {% 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' %}