Skip to content

Commit 6afe255

Browse files
Update Node.js setup to version 24 in Dockerfile
1 parent 1807586 commit 6afe255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN mkdir -p /composer && \
4343
COPY composer.* /composer/
4444
RUN cd /composer && composer install
4545

46-
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash && \
46+
RUN curl -sL https://deb.nodesource.com/setup_24.x | bash && \
4747
apt install -y nodejs && \
4848
rm -rf /var/lib/apt/lists/*
4949

0 commit comments

Comments
 (0)