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 6739a83 commit 63d48abCopy full SHA for 63d48ab
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.2
+ARG NODE_VERSION=16.15.0
24
ARG NVM_DIR="/root/.nvm"
25
RUN mkdir -p $NVM_DIR \
26
&& curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | sh \
dev/image/Dockerfile
@@ -124,7 +124,7 @@ RUN install-packages netcat
124
USER gitpod
125
126
# Fix node version we develop against
127
-ARG GITPOD_NODE_VERSION=16.14.2
+ARG GITPOD_NODE_VERSION=16.15.0
128
RUN bash -c ". .nvm/nvm.sh \
129
&& nvm install $GITPOD_NODE_VERSION \
130
&& npm install -g typescript yarn"
0 commit comments