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 a78f4ef commit 5419140Copy full SHA for 5419140
components/ide/code/leeway.Dockerfile
@@ -20,7 +20,7 @@ FROM gitpod/openvscode-server-linux-build-agent:bionic-x64 as code_builder
20
21
ARG CODE_COMMIT
22
23
-ARG NODE_VERSION=16.14.0
+ARG NODE_VERSION=16.14.2
24
ARG NVM_DIR="/root/.nvm"
25
RUN mkdir -p $NVM_DIR \
26
&& curl -fsSL https://github.com/raw/nvm-sh/nvm/v0.39.1/install.sh | sh \
dev/image/Dockerfile
@@ -122,7 +122,7 @@ RUN install-packages netcat
122
USER gitpod
123
124
# Fix node version we develop against
125
-ARG GITPOD_NODE_VERSION=16.14.0
+ARG GITPOD_NODE_VERSION=16.14.2
126
RUN bash -c ". .nvm/nvm.sh \
127
&& nvm install $GITPOD_NODE_VERSION \
128
&& npm install -g typescript yarn"
0 commit comments