chore(deps): update pihole/pihole docker tag to v2024.06.0 (#3803)
This commit is contained in:
parent
ef33a1441c
commit
6978eb1b24
|
@ -8,8 +8,8 @@
|
|||
"ports": [53]
|
||||
},
|
||||
"id": "pihole",
|
||||
"tipi_version": 17,
|
||||
"version": "2024.05.0",
|
||||
"tipi_version": 18,
|
||||
"version": "2024.06.0",
|
||||
"url_suffix": "/admin",
|
||||
"categories": ["network", "security"],
|
||||
"description": "The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:2024.05.0
|
||||
image: pihole/pihole:2024.06.0
|
||||
restart: unless-stopped
|
||||
hostname: pihole
|
||||
dns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user