forked from trent_larson/crowd-funder-for-time-pwa
fix: update Alpine version to 3.20 for stable package repositories
- Change base image from node:22-alpine to node:22-alpine3.20 - Resolves package installation issues with Alpine 3.21 repositories - Ensures stable access to build dependencies (python3, gcc, etc.) This change fixes the Docker build process by using a more stable version of Alpine Linux that has reliable package repositories.
This commit is contained in:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -8764,9 +8764,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.17.48",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.48.tgz",
|
||||
"integrity": "sha512-KpSfKOHPsiSC4IkZeu2LsusFwExAIVGkhG1KkbaBMLwau0uMhj0fCrvyg9ddM2sAvd+gtiBJLir4LAw1MNMIaw==",
|
||||
"version": "20.17.50",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.50.tgz",
|
||||
"integrity": "sha512-Mxiq0ULv/zo1OzOhwPqOA13I81CV/W3nvd3ChtQZRT5Cwz3cr0FKo/wMSsbTqL3EXpaBAEQhva2B8ByRkOIh9A==",
|
||||
"dependencies": {
|
||||
"undici-types": "~6.19.2"
|
||||
}
|
||||
@@ -27594,9 +27594,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zod": {
|
||||
"version": "3.25.7",
|
||||
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.7.tgz",
|
||||
"integrity": "sha512-YGdT1cVRmKkOg6Sq7vY7IkxdphySKnXhaUmFI4r4FcuFVNgpCb9tZfNwXbT6BPjD5oz0nubFsoo9pIqKrDcCvg==",
|
||||
"version": "3.25.12",
|
||||
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.12.tgz",
|
||||
"integrity": "sha512-A8e9eiwm2L5YEupdjn1YcxL1ZDWuL3Bc4JKvLwUrpKZZtRUDOijR7XXsV5WMuUCZPc1tFYO5yfH14STI08MquA==",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user