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 fddc395 commit ba07590Copy full SHA for ba07590
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=14.18.2
+ARG NODE_VERSION=14.19.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
@@ -126,7 +126,7 @@ RUN install-packages netcat
126
USER gitpod
127
128
# Fix node version we develop against
129
-ARG GITPOD_NODE_VERSION=16.13.1
+ARG GITPOD_NODE_VERSION=16.14.0
130
RUN bash -c ". .nvm/nvm.sh \
131
&& nvm install $GITPOD_NODE_VERSION \
132
&& npm install -g typescript yarn"
0 commit comments