Skip to content

Commit e46fb3d

Browse files
Update dependency nvm-sh/nvm to v0.40.3
1 parent d71414f commit e46fb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update -qqy && \
2727
USER jenkins
2828

2929
# renovate: datasource=github-releases depName=nvm-sh/nvm
30-
ARG NVM_VERSION=v0.40.1
30+
ARG NVM_VERSION=v0.40.3
3131
# hadolint ignore=SC1091, SC2016
3232
RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.git ~/.nvm && \
3333
echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.bashrc \

0 commit comments

Comments
 (0)