File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docker/node-edge-container Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV NVM_NODEJS_ORG_MIRROR=${NVM_NODEJS_ORG_MIRROR}
2121ENV ELASTIC_APM_CONTEXT_MANAGER=${ELASTIC_APM_CONTEXT_MANAGER}
2222
2323# nvm environment variables
24- ENV NVM_VERSION v0.34.0
24+ ENV NVM_VERSION v0.39.3
2525ENV NVM_DIR /usr/local/nvm
2626RUN mkdir $NVM_DIR
2727RUN curl --silent -o- https://raw.githubusercontent.com/nvm-sh/nvm/${NVM_VERSION}/install.sh | bash
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [[ -z "$NODE_VERSION" ]]; then
1515fi
1616
1717# This particular configuration is required to be installed in the baremetal
18- curl -sS -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0 /install.sh | bash
18+ curl -sS -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3 /install.sh | bash
1919export NVM_DIR=" $HOME /.nvm"
2020set +x # Disable xtrace because output using nvm.sh is huge.
2121[ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh"
You can’t perform that action at this time.
0 commit comments