Skip to content

Commit

Permalink
Tagged v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Jul 13, 2016
1 parent c4f7102 commit fb6bd54
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.2
ENV VERSION v1.2.3
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.2"
VERSION="v1.2.3"

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

0 comments on commit fb6bd54

Please sign in to comment.