Skip to content

Commit 0e96971

Browse files
autofix-botroboquat
authored andcommitted
Autofix: upgrade-nvm-tools
1 parent f46609f commit 0e96971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/ide/code/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

99

1010
FROM node:${NODE_VERSION} AS node_installer

dev/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN install-packages gperf \
117117
USER gitpod
118118

119119
# Fix node version we develop against
120-
ARG GITPOD_NODE_VERSION=12.22.1
120+
ARG GITPOD_NODE_VERSION=12.22.4
121121
RUN bash -c ". .nvm/nvm.sh \
122122
&& nvm install $GITPOD_NODE_VERSION \
123123
&& npm install -g typescript yarn"

0 commit comments

Comments
 (0)