Skip to content

Commit

Permalink
Autofix: upgrade-nvm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-bot authored and roboquat committed Feb 10, 2022
1 parent fddc395 commit ba07590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM gitpod/openvscode-server-linux-build-agent:bionic-x64 as code_builder

ARG CODE_COMMIT

ARG NODE_VERSION=14.18.2
ARG NODE_VERSION=14.19.0
ARG NVM_DIR="/root/.nvm"
RUN mkdir -p $NVM_DIR \
&& curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \
Expand Down
2 changes: 1 addition & 1 deletion dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN install-packages netcat
USER gitpod

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

0 comments on commit ba07590

Please sign in to comment.