feat: upgrade node version & dependencies

This commit is contained in:
2024-02-26 13:13:02 +01:00
parent 84759ef783
commit 30874a6de7
2 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@ ARG https_proxy=
RUN apt-get update && apt-get install -y build-essential git bash curl python2
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs
COPY . /src