From a1be1b18e8b2ec9b1044c2b49ba7875a1f6c53a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:34:56 +0000 Subject: [PATCH] Update dependency nvm-sh/nvm to v0.39.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f53dd0f..02b5bce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update -qqy && \ USER jenkins # renovate: datasource=github-releases depName=nvm-sh/nvm -ARG NVM_VERSION=v0.39.5 +ARG NVM_VERSION=v0.39.7 # hadolint ignore=SC1091, SC2016 RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.git ~/.nvm && \ echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.bashrc \