chore(deps): update adguard/adguardhome docker tag to v0.107.38 (#1184)

This commit is contained in:
renovate[bot] 2023-09-11 16:57:31 +00:00 committed by GitHub
parent 0b5ca880c9
commit f3daf5e727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
"name": "Adguard", "name": "Adguard",
"available": true, "available": true,
"exposable": true, "exposable": true,
"tipi_version": 16, "tipi_version": 17,
"version": "0.107.37", "version": "0.107.38",
"port": 8104, "port": 8104,
"id": "adguard", "id": "adguard",
"categories": [ "categories": [

View File

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