Skip to content

Commit

Permalink
Merge pull request #588 from oceanprotocol/docker-node
Browse files Browse the repository at this point in the history
Docker node v20
  • Loading branch information
jamiehewitt15 authored Aug 6, 2024
2 parents dc415f6 + ce44620 commit bfbba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY .nvmrc /usr/src/app/
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
ENV NVM_DIR /usr/local/nvm
RUN mkdir $NVM_DIR
ENV NODE_VERSION=v18.20.4
ENV NODE_VERSION=v20.16.0
# Install nvm with node and npm
RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
&& source $NVM_DIR/nvm.sh \
Expand Down

0 comments on commit bfbba53

Please sign in to comment.