Update nodejs version
This commit is contained in:
parent
4f8167a4ef
commit
84759ef783
|
@ -78,7 +78,7 @@ Un exemple d'appel à l'API est disponible dans le fichier [`misc/powow.http`](.
|
|||
- Go 1.13
|
||||
- modd
|
||||
- make
|
||||
- NodeJS/npm
|
||||
- NodeJS (18.x) / npm
|
||||
|
||||
### Compiler et démarrer le serveur de développement
|
||||
|
||||
|
|
|
@ -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_14.x | bash - \
|
||||
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \
|
||||
&& apt-get install -y nodejs
|
||||
|
||||
COPY . /src
|
||||
|
|
Loading…
Reference in New Issue