fix(docker): update SmartProxy Docker image dependencies

This commit is contained in:
2026-05-29 06:00:41 +00:00
parent 83e483f29c
commit a5a9d5fd30
4 changed files with 651 additions and 1660 deletions
+18 -1
View File
@@ -8,7 +8,8 @@
"testDir": "./test"
},
"@git.zone/cli": {
"projectType": "docker-image",
"schemaVersion": 2,
"projectType": "service",
"module": {
"githost": "code.foss.global",
"gitscope": "host.today",
@@ -26,6 +27,22 @@
"Node.js",
"multi-arch"
]
},
"release": {
"targets": {
"git": {
"enabled": true,
"remote": "origin"
},
"npm": {
"enabled": false
},
"docker": {
"enabled": true,
"engine": "tsdocker",
"patterns": []
}
}
}
}
}