fix(docker): normalize NODE_PATH and harden Dockerfile installs; use curl -fsSL; consolidate Alpine apk installs; update .dockerignore; bump @git.zone/tsdocker devDependency

This commit is contained in:
2026-02-07 10:54:17 +00:00
parent fdf7161e2a
commit 6fbe7f3f1c
10 changed files with 57 additions and 30 deletions

View File

@@ -35,6 +35,6 @@
"typescript"
],
"devDependencies": {
"@git.zone/tsdocker": "^1.15.1"
"@git.zone/tsdocker": "^1.16.0"
}
}