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 ddcd848 commit 2493ebfCopy full SHA for 2493ebf
chunks/lang-node/Dockerfile
@@ -12,7 +12,7 @@ ENV NODE_VERSION=${NODE_VERSION}
12
ENV PNPM_HOME=/home/gitpod/.pnpm
13
ENV PATH=/home/gitpod/.nvm/versions/node/v${NODE_VERSION}/bin:/home/gitpod/.yarn/bin:${PNPM_HOME}:$PATH
14
15
-RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | PROFILE=/dev/null bash \
+RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | PROFILE=/dev/null bash \
16
&& bash -c ". .nvm/nvm.sh \
17
&& nvm install v${NODE_VERSION} \
18
&& nvm alias default v${NODE_VERSION} \
0 commit comments