Skip to content

Commit a1cb2ef

Browse files
committed
Upgrade NodeJS 18 -> 22
1 parent 51a5797 commit a1cb2ef

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
@@ -36,7 +36,7 @@ RUN docker-php-ext-install \
3636

3737
RUN docker-php-pecl-install swoole
3838

39-
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
39+
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \
4040
apt-get update && \
4141
apt-get install -y nodejs && \
4242
node --version && \

0 commit comments

Comments
 (0)