Skip to content

Commit

Permalink
use nodejs 16.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Nov 2, 2022
1 parent 89d5a01 commit b24039e
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 @@ -16,7 +16,7 @@ RUN mkdir -p /app
RUN rm -rf /tmp/*

ENV NVM_DIR /root/.nvm
ENV NODE_VERSION 16.11.1
ENV NODE_VERSION 16.15.0

# node
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash && \
Expand Down

0 comments on commit b24039e

Please sign in to comment.