feat(docker): add a reusable Alpine base image and refactor Alpine variants to extend it

This commit is contained in:
2026-03-18 16:32:56 +00:00
parent 9dec627696
commit 547902d7dc
9 changed files with 301 additions and 451 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"no npm test specified\"",
"build": "tsdocker build",
"release": "tsdocker push"
"release": "tsdocker push --verbose"
},
"repository": {
"type": "git",
@@ -35,6 +35,6 @@
"typescript"
],
"devDependencies": {
"@git.zone/tsdocker": "^1.17.4"
"@git.zone/tsdocker": "^2.1.0"
}
}