Skip to content

Commit 08c974b

Browse files
authored
Autofix: upgrade-nvm-tools (#19040)
Co-authored-by: Autofix <autofix-bot@users.noreply.github.com>
1 parent 180f648 commit 08c974b

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
@@ -127,7 +127,7 @@ RUN install-packages netcat
127127
USER gitpod
128128

129129
# Fix node version we develop against
130-
ARG GITPOD_NODE_VERSION=18.17.1
130+
ARG GITPOD_NODE_VERSION=18.18.2
131131
RUN bash -c ". .nvm/nvm.sh \
132132
&& nvm install $GITPOD_NODE_VERSION \
133133
&& npm install -g typescript yarn"

0 commit comments

Comments
 (0)