Update Node.js to v24.21.0
Release-Bump: minor
This commit was merged in pull request #113.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Node 24 runs TypeScript directly (type stripping) — no build step. Pinned exact tag.
|
||||
FROM node:24.20.0-alpine3.24
|
||||
FROM node:24.21.0-alpine3.24
|
||||
|
||||
# Above WORKDIR so dev's `.:/app` bind mount can't shadow them; a volume at /app/node_modules
|
||||
# instead leaves a root-owned dir in the checkout (the daemon creates mount destinations as root).
|
||||
|
||||
Reference in New Issue
Block a user