From 641cbe77be71aa7d9ad06a6fc60d1238b2eb4fef Mon Sep 17 00:00:00 2001 From: Cameron Spear Date: Thu, 3 Nov 2016 15:50:19 -0700 Subject: [PATCH] Tagged v1.3.0 --- Dockerfile | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7ed2a4..6e37fd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian -ENV VERSION v1.2.3 +ENV VERSION v1.3.0 ENV ARCH amd64 ADD https://github.com/CWSpear/local-persist/releases/download/${VERSION}/local-persist-linux-${ARCH} /usr/bin/docker-volume-local-persist diff --git a/scripts/install.sh b/scripts/install.sh index 6216381..c54dc19 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -2,7 +2,7 @@ set -e -VERSION="v1.2.3" +VERSION="v1.3.0" # uname -s, uname -m # Deb 32: Linux i686