chore(deps): update adguard/adguardhome docker tag to v0.107.41 (#1581)

This commit is contained in:
renovate[bot] 2023-11-13 16:39:36 +00:00 committed by GitHub
parent ab763aeaeb
commit 49ab867672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -3,8 +3,8 @@
"name": "Adguard",
"available": true,
"exposable": true,
"tipi_version": 19,
"version": "0.107.40",
"tipi_version": 20,
"version": "0.107.41",
"port": 8104,
"id": "adguard",
"categories": [
@ -28,5 +28,8 @@
"env_variable": "NETWORK_INTERFACE"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
adguard:
image: adguard/adguardhome:v0.107.40
image: adguard/adguardhome:v0.107.41
container_name: adguard
volumes:
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"