Skip to content

Commit

Permalink
Tagged v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Jun 9, 2016
1 parent dfb102f commit a24c288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="v1.2.0"
VERSION="v1.2.1"

# uname -s, uname -m
# Deb 32: Linux i686
Expand Down

0 comments on commit a24c288

Please sign in to comment.