diff --git a/Dockerfile b/Dockerfile index 26c3b38..4ae4fe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install node8 -RUN curl -sL https://deb.nodesource.com/setup_8.x | bash \ +RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \ && apt-get update && apt-get install -y \ nodejs \ && rm -rf /var/lib/apt/lists/*