Skip to content

Commit 475fae9

Browse files
[feat] update node.js version to LTS
1 parent 7fa67e6 commit 475fae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/angular/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Create a file named `Dockerfile.dev` in your project root with the following con
3838
# =========================================
3939

4040
# Define the Node.js version to use (Alpine for a small footprint)
41-
ARG NODE_VERSION=24.7.0-alpine
41+
ARG NODE_VERSION=24.11.1-alpine
4242

4343
# Set the base image for development
4444
FROM node:${NODE_VERSION} AS dev

0 commit comments

Comments
 (0)