We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463164d commit b3c2f9cCopy full SHA for b3c2f9c
Dockerfile
@@ -36,7 +36,7 @@ RUN cd /tmp && \
36
# https://github.com/tj/n#installation
37
RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \
38
chmod a+x /usr/local/bin/n && \
39
- n 22.9.0
+ n 22.6.0
40
41
42
# Install Node.js packages
0 commit comments