From 3dad319eb8e2e1783478645d3ae93f741afa4fd6 Mon Sep 17 00:00:00 2001 From: TJ Nicolaides Date: Mon, 20 Aug 2018 15:25:07 -0400 Subject: [PATCH] version 0.3.0 --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9798d31..f428f78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8 +FROM node:10 ADD VERSION . RUN apt-get update && \ apt-get -y install rsync apt-utils lftp && \ diff --git a/VERSION b/VERSION index 341cf11..88be423 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file