Skip to content

Commit

Permalink
fix: update Node to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed Nov 21, 2023
1 parent 2b49211 commit 1f60f2d
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 @@ -12,7 +12,7 @@ COPY . ./

# Install nvm
ENV NVM_DIR /root/.nvm
ENV NODE_VERSION 14.18.0
ENV NODE_VERSION 16.14.2
RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash \
&& . $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION \
Expand Down

0 comments on commit 1f60f2d

Please sign in to comment.