We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94133e7 commit bb68a83Copy full SHA for bb68a83
1 file changed
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