update nodejs version

This commit is contained in:
ihmily 2024-05-10 13:59:01 +08:00
parent 0f0f2f73e8
commit ca4967b493

View File

@ -6,7 +6,7 @@ COPY . /app
RUN apt-get update && \
apt-get install -y curl gnupg && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get install -y nodejs
RUN pip install --no-cache-dir -r requirements.txt