Skip to content

Commit 63a58b2

Browse files
[fix] node.js version to 23.11.0-alpine
1 parent f7079f2 commit 63a58b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/vuejs/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Replace the contents of your current `Dockerfile` with the optimized configurati
124124
# =========================================
125125
# Stage 1: Build the Vue.js Application
126126
# =========================================
127-
ARG NODE_VERSION=22.14.0-alpine
127+
ARG NODE_VERSION=23.11.0-alpine
128128
ARG NGINX_VERSION=alpine3.21
129129

130130
# Use a lightweight Node.js image for building (customizable via ARG)

0 commit comments

Comments
 (0)