Skip to content

Commit

Permalink
Autofix: upgrade-nvm-tools (#19040)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
  • Loading branch information
autofix-bot and autofix-bot authored Nov 27, 2023
1 parent 180f648 commit 08c974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN install-packages netcat
USER gitpod

# Fix node version we develop against
ARG GITPOD_NODE_VERSION=18.17.1
ARG GITPOD_NODE_VERSION=18.18.2
RUN bash -c ". .nvm/nvm.sh \
&& nvm install $GITPOD_NODE_VERSION \
&& npm install -g typescript yarn"
Expand Down

0 comments on commit 08c974b

Please sign in to comment.