We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1807586 + 6afe255 commit 811a7a9Copy full SHA for 811a7a9
Dockerfile
@@ -43,7 +43,7 @@ RUN mkdir -p /composer && \
43
COPY composer.* /composer/
44
RUN cd /composer && composer install
45
46
-RUN curl -sL https://deb.nodesource.com/setup_16.x | bash && \
+RUN curl -sL https://deb.nodesource.com/setup_24.x | bash && \
47
apt install -y nodejs && \
48
rm -rf /var/lib/apt/lists/*
49
0 commit comments