diff --git a/README.md b/README.md index 80d4325..595c402 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/misc/docker/Dockerfile b/misc/docker/Dockerfile index dbd2e4a..5e69ab3 100644 --- a/misc/docker/Dockerfile +++ b/misc/docker/Dockerfile @@ -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