From 99642f7e34efa9486bd04e0f4f23017a225be67d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:12:17 +0000 Subject: [PATCH] Update dependency nvm-sh/nvm to v0.40.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcd6bb1..e631624 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.40.1 +ARG NVM_VERSION=v0.40.3 # 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 \