Skip to content

Commit f3746ca

Browse files
authored
[node] Bump dev/image 18.x -> 22.15.1 (#20850)
1 parent 3f611bf commit f3746ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RUN install-packages netcat
124124
USER gitpod
125125

126126
# Fix node version we develop against
127-
ARG GITPOD_NODE_VERSION=18.20.4
127+
ARG GITPOD_NODE_VERSION=22.15.1
128128
RUN bash -c ". .nvm/nvm.sh \
129129
&& nvm install $GITPOD_NODE_VERSION \
130130
&& npm install -g typescript yarn"

0 commit comments

Comments
 (0)