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 43c5c0f commit a17f0f2Copy full SHA for a17f0f2
Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update -qqy && \
25
USER jenkins
26
27
# renovate: datasource=github-releases depName=nvm-sh/nvm
28
-ARG NVM_VERSION=v0.39.3
+ARG NVM_VERSION=v0.39.4
29
# hadolint ignore=SC1091, SC2016
30
RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.git ~/.nvm && \
31
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