Skip to content

Commit a410056

Browse files
committed
downgrade Node.js version from 23.x to 22.16.0 in Dockerfile
1 parent 8787c12 commit a410056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ RUN cd /tmp && \
3131
chmod a+rx /opt/bin/*
3232

3333

34-
# Install Node.js 23.x
34+
# Install Node.js 22.x
3535
# https://nodejs.dev/en/download/
3636
# https://github.com/tj/n#installation
3737
RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \
3838
chmod a+x /usr/local/bin/n && \
39-
n 23.11.1
39+
n 22.16.0
4040

4141

4242
# Install Node.js packages

0 commit comments

Comments
 (0)