chore(deps): update pihole/pihole docker tag to v2024.05.0 (#3570)

This commit is contained in:
renovate[bot] 2024-05-24 04:26:20 +00:00 committed by GitHub
parent e5e06b1dbf
commit cc35a66531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 14 deletions

View File

@ -5,18 +5,13 @@
"exposable": true, "exposable": true,
"port": 8081, "port": 8081,
"requirements": { "requirements": {
"ports": [ "ports": [53]
53
]
}, },
"id": "pihole", "id": "pihole",
"tipi_version": 16, "tipi_version": 17,
"version": "2024.03.2", "version": "2024.05.0",
"url_suffix": "/admin", "url_suffix": "/admin",
"categories": [ "categories": ["network", "security"],
"network",
"security"
],
"description": "The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.", "description": "The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.",
"short_desc": "A black hole for Internet advertisements", "short_desc": "A black hole for Internet advertisements",
"author": "pi-hole.net", "author": "pi-hole.net",
@ -37,8 +32,5 @@
"env_variable": "NETWORK_INTERFACE" "env_variable": "NETWORK_INTERFACE"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
pihole: pihole:
container_name: pihole container_name: pihole
image: pihole/pihole:2024.03.2 image: pihole/pihole:2024.05.0
restart: unless-stopped restart: unless-stopped
hostname: pihole hostname: pihole
dns: dns: