Skip to content

Commit bb68a83

Browse files
committed
Patch nvm version
1 parent 94133e7 commit bb68a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)