diff --git a/Dockerfile b/Dockerfile index 0c15d57..9798d31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.10.0 +FROM node:8 ADD VERSION . RUN apt-get update && \ apt-get -y install rsync apt-utils lftp && \ diff --git a/VERSION b/VERSION index 6c6aa7c..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.2.0 \ No newline at end of file