Skip to content

Commit

Permalink
Tagged v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Nov 3, 2016
1 parent d1dd0db commit 641cbe7
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.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
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.3"
VERSION="v1.3.0"

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

0 comments on commit 641cbe7

Please sign in to comment.