diff --git a/docker/harbour/ui/Dockerfile b/docker/harbour/ui/Dockerfile index 42c4f6e886..7f6005e61a 100644 --- a/docker/harbour/ui/Dockerfile +++ b/docker/harbour/ui/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update RUN apt-get install -y curl bash -RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs RUN apt-get update && apt-get -y install git python g++ make diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index f1d25917f5..0f17e7a2f2 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update RUN apt-get install -y curl bash -RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs RUN apt-get update && apt-get -y install git python g++ make @@ -95,4 +95,4 @@ RUN yarn RUN yarn build RUN mkdir -p $NGINX_HTML_DIR/docs/client -RUN cp -rfp ./_book/* $NGINX_HTML_DIR/docs/client \ No newline at end of file +RUN cp -rfp ./_book/* $NGINX_HTML_DIR/docs/client