We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a5797 commit a1cb2efCopy full SHA for a1cb2ef
Dockerfile
@@ -36,7 +36,7 @@ RUN docker-php-ext-install \
36
37
RUN docker-php-pecl-install swoole
38
39
-RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
+RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
40
apt-get update && \
41
apt-get install -y nodejs && \
42
node --version && \
0 commit comments