Skip to content

Commit

Permalink
downgrade nodejs runtime to 22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Oct 7, 2024
1 parent 463164d commit b3c2f9c
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 @@ -36,7 +36,7 @@ RUN cd /tmp && \
# https://github.com/tj/n#installation
RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \
chmod a+x /usr/local/bin/n && \
n 22.9.0
n 22.6.0


# Install Node.js packages
Expand Down

0 comments on commit b3c2f9c

Please sign in to comment.