Skip to content

Commit

Permalink
Upgrade node version to 14.20.1 for 2.5.0 (#3040)
Browse files Browse the repository at this point in the history
Signed-off-by: Zilong Xia <[email protected]>

Signed-off-by: Zilong Xia <[email protected]>
  • Loading branch information
ZilongX authored Jan 3, 2023
1 parent f0efaa4 commit 05ab187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ENV PATH=/usr/share/opensearch/.gem/gems/fpm-1.14.2/bin:$PATH
# nvm environment variables
ENV NVM_DIR /usr/share/opensearch/.nvm
ENV NODE_VERSION 10.24.1
ARG NODE_VERSION_LIST="10.24.1 14.19.1 14.20.0"
ARG NODE_VERSION_LIST="10.24.1 14.19.1 14.20.0 14.20.1"
COPY --chown=1000:1000 config/build-opensearch-dashboards-entrypoint.sh /usr/share/opensearch
# install nvm
# https://github.com/creationix/nvm#install-script
Expand Down

0 comments on commit 05ab187

Please sign in to comment.