We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46609f commit 0e96971Copy full SHA for 0e96971
components/ide/code/leeway.Dockerfile
@@ -4,7 +4,7 @@
4
5
# we use latest major version of Node.js distributed VS Code. (see about dialog in your local VS Code)
6
# 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
+ARG NODE_VERSION=14.17.4
8
9
10
FROM node:${NODE_VERSION} AS node_installer
dev/image/Dockerfile
@@ -117,7 +117,7 @@ RUN install-packages gperf \
117
USER gitpod
118
119
# Fix node version we develop against
120
-ARG GITPOD_NODE_VERSION=12.22.1
+ARG GITPOD_NODE_VERSION=12.22.4
121
RUN bash -c ". .nvm/nvm.sh \
122
&& nvm install $GITPOD_NODE_VERSION \
123
&& npm install -g typescript yarn"
0 commit comments