fix(docker): update SmartProxy Docker image dependencies
This commit is contained in:
+18
-1
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## Pending
|
||||
|
||||
### Fixes
|
||||
|
||||
- update SmartProxy Docker image to include the WebSocket tunnel lifecycle fix
|
||||
- Bump @push.rocks/smartproxy to 27.11.1.
|
||||
- Refresh Docker build tooling dependencies before publishing the image.
|
||||
- update SmartProxy Docker image dependencies (docker)
|
||||
- Bump @push.rocks/smartproxy to ^27.11.1 to include the WebSocket tunnel lifecycle fix.
|
||||
- Refresh Docker build tooling and TypeScript-related development dependencies.
|
||||
- Configure smartconfig v2 release targets for git and Docker publishing.
|
||||
|
||||
+5
-5
@@ -26,13 +26,13 @@
|
||||
"multi-arch"
|
||||
],
|
||||
"dependencies": {
|
||||
"@push.rocks/smartproxy": "^27.9.0"
|
||||
"@push.rocks/smartproxy": "^27.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^4.4.0",
|
||||
"@git.zone/tsdocker": "^2.1.0",
|
||||
"@types/node": "^25.5.0",
|
||||
"typescript": "^6.0.2"
|
||||
"@git.zone/tsbuild": "^4.4.2",
|
||||
"@git.zone/tsdocker": "^2.4.0",
|
||||
"@types/node": "^25.9.1",
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
||||
}
|
||||
|
||||
Generated
+614
-1654
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user