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 e19df7d commit 6d06140Copy full SHA for 6d06140
Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update -qqy && \
27
USER jenkins
28
29
# renovate: datasource=github-releases depName=nvm-sh/nvm
30
-ARG NVM_VERSION=v0.40.1
+ARG NVM_VERSION=v0.40.2
31
# hadolint ignore=SC1091, SC2016
32
RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.git ~/.nvm && \
33
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