Skip to content

Commit

Permalink
Merge pull request #2 from trek10inc/hotfix/linux-fix
Browse files Browse the repository at this point in the history
Bump to node20
  • Loading branch information
MrDrewShep authored Jul 29, 2024
2 parents cf80073 + 91b482f commit c33baa5
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 @@ -20,7 +20,7 @@ RUN cd /opt/Python-3.9.6 && ./configure --enable-optimizations
RUN cd /opt/Python-3.9.6 && make install

# NodeJS
RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash -
RUN curl -sL https://rpm.nodesource.com/setup_20.x | bash -
RUN yum install -y \
nodejs

Expand Down

0 comments on commit c33baa5

Please sign in to comment.