chore(deps): update pihole/pihole docker tag to v2023.11.0 (#1668)
This commit is contained in:
parent
6406f74690
commit
ab18dbe664
|
@ -10,8 +10,8 @@
|
|||
]
|
||||
},
|
||||
"id": "pihole",
|
||||
"tipi_version": 10,
|
||||
"version": "2023.10.0",
|
||||
"tipi_version": 11,
|
||||
"version": "2023.11.0",
|
||||
"url_suffix": "/admin",
|
||||
"categories": [
|
||||
"network",
|
||||
|
@ -37,5 +37,8 @@
|
|||
"env_variable": "NETWORK_INTERFACE"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:2023.10.0
|
||||
image: pihole/pihole:2023.11.0
|
||||
restart: unless-stopped
|
||||
hostname: pihole
|
||||
dns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user