Skip to content

Commit

Permalink
fix: bump docker node version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNuclearNexus committed Nov 5, 2024
1 parent adf94d4 commit d225f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install --break-system-packages git+https://github.com/Smithed-MC/smithe

RUN mkdir /usr/local/nvm
ENV NVM_DIR /usr/local/nvm
ENV NODE_VERSION 18.17.1
ENV NODE_VERSION 18.19.0
RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash \
&& . $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION \
Expand Down

0 comments on commit d225f02

Please sign in to comment.