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 Aug 9, 2021
1 parent f46609f commit 0e96971
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 @@ -4,7 +4,7 @@

# we use latest major version of Node.js distributed VS Code. (see about dialog in your local VS Code)
# ideallay we should use exact version, but it has criticla bugs in regards to grpc over http2 streams
ARG NODE_VERSION=14.17.0
ARG NODE_VERSION=14.17.4


FROM node:${NODE_VERSION} AS node_installer
Expand Down
2 changes: 1 addition & 1 deletion dev/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN install-packages gperf \
USER gitpod

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

0 comments on commit 0e96971

Please sign in to comment.