Skip to content

Commit

Permalink
increase node version for backend deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Jan 10, 2025
1 parent 200f70e commit 2b158a9
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 @@ -5,7 +5,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh && \

# Node
ENV NVM_DIR /usr/local/nvm
ENV NODE_VERSION 16.13.2
ENV NODE_VERSION 18.20.5

RUN mkdir -p $NVM_DIR && \
curl --silent -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
Expand Down

0 comments on commit 2b158a9

Please sign in to comment.