Changed nodejs to 20.

This commit is contained in:
Leonid Nikitin 2023-06-29 22:14:58 +06:00
parent aed3e0c803
commit 37e5c6f8a6
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D

View File

@ -40,7 +40,7 @@ RUN apt-get update \
libbz2-dev \ libbz2-dev \
libwebp-dev libwebp-dev
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get -y install nodejs RUN apt-get -y install nodejs
# Clear cache # Clear cache