diff --git a/Dockerfile b/Dockerfile index 22532c6..4ee322f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.10 +FROM ubuntu:17.10 WORKDIR /app @@ -18,7 +18,7 @@ ENV PATH $PATH:/app/bin ADD tor-sources.list /etc/apt/sources.list.d/tor.list -ADD https://deb.nodesource.com/setup_6.x /tmp/nodejs_install +ADD https://deb.nodesource.com/setup_8.x /tmp/nodejs_install RUN bash /tmp/nodejs_install diff --git a/tor-sources.list b/tor-sources.list index c6e445a..5b38ba6 100644 --- a/tor-sources.list +++ b/tor-sources.list @@ -1,3 +1,3 @@ -deb http://deb.torproject.org/torproject.org xenial main +deb http://deb.torproject.org/torproject.org artful main -deb-src http://deb.torproject.org/torproject.org xenial main \ No newline at end of file +deb-src http://deb.torproject.org/torproject.org artful main \ No newline at end of file