File tree 2 files changed +2
-2
lines changed
docker/node-edge-container
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}
21
21
ENV ELASTIC_APM_CONTEXT_MANAGER=${ELASTIC_APM_CONTEXT_MANAGER}
22
22
23
23
# nvm environment variables
24
- ENV NVM_VERSION v0.34.0
24
+ ENV NVM_VERSION v0.39.3
25
25
ENV NVM_DIR /usr/local/nvm
26
26
RUN mkdir $NVM_DIR
27
27
RUN 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
15
15
fi
16
16
17
17
# 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
19
19
export NVM_DIR=" $HOME /.nvm"
20
20
set +x # Disable xtrace because output using nvm.sh is huge.
21
21
[ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh"
You can’t perform that action at this time.
0 commit comments