Skip to content

Commit 2b158a9

Browse files
committed
increase node version for backend deployment
1 parent 200f70e commit 2b158a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh && \
55

66
# Node
77
ENV NVM_DIR /usr/local/nvm
8-
ENV NODE_VERSION 16.13.2
8+
ENV NODE_VERSION 18.20.5
99

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

0 commit comments

Comments
 (0)