diff --git a/Dockerfile b/Dockerfile index c0ecd26..36e138e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian -ENV VERSION v1.2.0 +ENV VERSION v1.2.1 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 05b82d6..45a0677 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -2,7 +2,7 @@ set -e -VERSION="v1.2.0" +VERSION="v1.2.1" # uname -s, uname -m # Deb 32: Linux i686