Skip to content

Commit 2493ebf

Browse files
committed
Patch nvm version
1 parent ddcd848 commit 2493ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chunks/lang-node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV NODE_VERSION=${NODE_VERSION}
1212
ENV PNPM_HOME=/home/gitpod/.pnpm
1313
ENV PATH=/home/gitpod/.nvm/versions/node/v${NODE_VERSION}/bin:/home/gitpod/.yarn/bin:${PNPM_HOME}:$PATH
1414

15-
RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | PROFILE=/dev/null bash \
15+
RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | PROFILE=/dev/null bash \
1616
&& bash -c ". .nvm/nvm.sh \
1717
&& nvm install v${NODE_VERSION} \
1818
&& nvm alias default v${NODE_VERSION} \

0 commit comments

Comments
 (0)