Skip to content

Commit 9b22fe0

Browse files
authored
Merge pull request #239 from cs50/nodejs-24-04
Upgrade Node.js from version 22.x to 24.x in Dockerfile
2 parents d61fa88 + d02776a commit 9b22fe0

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 22.x
34+
# Install Node.js 24.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 22.21.1
39+
n 24.14.0
4040

4141

4242
# Install Node.js packages

0 commit comments

Comments
 (0)